Uses of Enum
org.apache.maven.cli.logging.Slf4jConfiguration.Level
Packages that use Slf4jConfiguration.Level
-
Uses of Slf4jConfiguration.Level in org.apache.maven.cli.logging
Methods in org.apache.maven.cli.logging that return Slf4jConfiguration.LevelModifier and TypeMethodDescriptionstatic Slf4jConfiguration.Level
Returns the enum constant of this type with the specified name.static Slf4jConfiguration.Level[]
Slf4jConfiguration.Level.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.maven.cli.logging with parameters of type Slf4jConfiguration.LevelModifier 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
Methods in org.apache.maven.cli.logging.impl with parameters of type Slf4jConfiguration.LevelModifier and TypeMethodDescriptionvoid
Log4j2Configuration.setRootLoggerLevel
(Slf4jConfiguration.Level level) void
LogbackConfiguration.setRootLoggerLevel
(Slf4jConfiguration.Level level) void
Slf4jSimpleConfiguration.setRootLoggerLevel
(Slf4jConfiguration.Level level)