Uses of Enum Class
org.apache.maven.api.cli.Logger.Level
Packages that use Logger.Level
Package
Description
Provides the API for Maven's command-line interface and tools.
Provides early-stage logging capabilities for Maven CLI operations.
-
Uses of Logger.Level in org.apache.maven.api.cli
Methods in org.apache.maven.api.cli that return Logger.LevelModifier and TypeMethodDescriptionLogger.Entry.level()
Returns the value of thelevel
record component.static 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.Methods in org.apache.maven.api.cli with parameters of type Logger.LevelModifier 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.Constructors in org.apache.maven.api.cli with parameters of type Logger.LevelModifierConstructorDescriptionEntry
(Logger.Level level, String message, Throwable error) Creates an instance of aEntry
record class. -
Uses of Logger.Level in org.apache.maven.api.cli.logging
Methods in org.apache.maven.api.cli.logging with parameters of type Logger.LevelModifier and TypeMethodDescriptionvoid
AccumulatingLogger.log
(Logger.Level level, String message, Throwable error) -
Uses of Logger.Level in org.apache.maven.cling.invoker.logging
Methods in org.apache.maven.cling.invoker.logging with parameters of type Logger.LevelModifier and TypeMethodDescriptionvoid
Slf4jLogger.log
(Logger.Level level, String message, Throwable error) void
SystemLogger.log
(Logger.Level level, String message, Throwable error) Constructors in org.apache.maven.cling.invoker.logging with parameters of type Logger.Level