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
Subclasses with type arguments of type Slf4jConfiguration.Level in org.apache.maven.cli.loggingMethods in org.apache.maven.cli.logging that return Slf4jConfiguration.LevelModifier and TypeMethodDescriptionstatic Slf4jConfiguration.LevelReturns 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 TypeMethodDescriptionvoidBaseSlf4jConfiguration.setRootLoggerLevel(Slf4jConfiguration.Level level) voidSlf4jConfiguration.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 TypeMethodDescriptionvoidLog4j2Configuration.setRootLoggerLevel(Slf4jConfiguration.Level level) voidLogbackConfiguration.setRootLoggerLevel(Slf4jConfiguration.Level level) voidSlf4jSimpleConfiguration.setRootLoggerLevel(Slf4jConfiguration.Level level)