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 thelevelrecord component.static 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.Constructors in org.apache.maven.api.cli with parameters of type Logger.LevelModifierConstructorDescriptionEntry(Logger.Level level, String message, Throwable error) Creates an instance of aEntryrecord 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 TypeMethodDescriptionvoidAccumulatingLogger.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 TypeMethodDescriptionvoidSlf4jLogger.log(Logger.Level level, String message, Throwable error) voidSystemLogger.log(Logger.Level level, String message, Throwable error) Constructors in org.apache.maven.cling.invoker.logging with parameters of type Logger.Level