Uses of Enum Class
org.apache.maven.api.cli.Logger.Level
Packages that use Logger.Level
Package
Description
This package contain support (mostly abstract) classes, that implement "base" of CLIng.
-
Uses of Logger.Level in org.apache.maven.api.cli
Methods in org.apache.maven.api.cli that return Logger.LevelModifier and TypeMethodDescriptionstatic Logger.LevelReturns the enum constant of this class with the specified name.static Logger.Level[]Logger.Level.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.maven.api.cli with parameters of type Logger.LevelModifier and TypeMethodDescriptiondefault voidLogger.log(Logger.Level level, String message) Logs a message at the specified level without an associated exception.voidLogger.log(Logger.Level level, String message, Throwable error) Logs a message at the specified level with an associated exception. -
Uses of Logger.Level in org.apache.maven.cling.invoker
Methods in org.apache.maven.cling.invoker with parameters of type Logger.LevelModifier and TypeMethodDescriptionvoidProtoLogger.log(Logger.Level level, String message, Throwable error)