Uses of Enum Class
org.apache.maven.api.cli.Logger.Level
-
Uses of Logger.Level in org.apache.maven.api.cli
Modifier and TypeMethodDescriptionstatic Logger.Level
Returns 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.Modifier and TypeMethodDescriptiondefault void
Logger.log
(Logger.Level level, String message) Logs a message at the specified level without an associated exception.void
Logger.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
Modifier and TypeMethodDescriptionvoid
ProtoLogger.log
(Logger.Level level, String message, Throwable error)