Uses of Enum Class
org.apache.maven.cli.logging.Slf4jConfiguration.Level
-
Uses of Slf4jConfiguration.Level in org.apache.maven.cli.logging
Modifier and TypeMethodDescriptionstatic Slf4jConfiguration.Level
Returns the enum constant of this class with the specified name.static Slf4jConfiguration.Level[]
Slf4jConfiguration.Level.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionvoid
BaseSlf4jConfiguration.setRootLoggerLevel
(Slf4jConfiguration.Level level) void
Slf4jConfiguration.setRootLoggerLevel
(Slf4jConfiguration.Level level) Set root logging level. -
Uses of Slf4jConfiguration.Level in org.apache.maven.cli.logging.impl
Modifier and TypeMethodDescriptionvoid
Log4j2Configuration.setRootLoggerLevel
(Slf4jConfiguration.Level level) void
LogbackConfiguration.setRootLoggerLevel
(Slf4jConfiguration.Level level) void
MavenSimpleConfiguration.setRootLoggerLevel
(Slf4jConfiguration.Level level)