Uses of Enum Class
org.apache.maven.cling.logging.Slf4jConfiguration.Level
Packages that use Slf4jConfiguration.Level
Package
Description
This package contain support (mostly abstract) classes, that implement "base" of CLIng.
-
Uses of Slf4jConfiguration.Level in org.apache.maven.cling.invoker
Fields in org.apache.maven.cling.invoker declared as Slf4jConfiguration.LevelMethods in org.apache.maven.cling.invoker with parameters of type Slf4jConfiguration.LevelModifier and TypeMethodDescriptionstatic int
static int
Utils.toPlexusLoggingLevel
(Slf4jConfiguration.Level level) -
Uses of Slf4jConfiguration.Level in org.apache.maven.cling.logging
Methods in org.apache.maven.cling.logging that return Slf4jConfiguration.LevelModifier 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.Methods in org.apache.maven.cling.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.cling.logging.impl
Methods in org.apache.maven.cling.logging.impl with parameters of type Slf4jConfiguration.LevelModifier and TypeMethodDescriptionvoid
Log4j2Configuration.setRootLoggerLevel
(Slf4jConfiguration.Level level) void
LogbackConfiguration.setRootLoggerLevel
(Slf4jConfiguration.Level level) void
MavenSimpleConfiguration.setRootLoggerLevel
(Slf4jConfiguration.Level level)