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 intstatic intUtils.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.LevelReturns 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 TypeMethodDescriptionvoidBaseSlf4jConfiguration.setRootLoggerLevel(Slf4jConfiguration.Level level) voidSlf4jConfiguration.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 TypeMethodDescriptionvoidLog4j2Configuration.setRootLoggerLevel(Slf4jConfiguration.Level level) voidLogbackConfiguration.setRootLoggerLevel(Slf4jConfiguration.Level level) voidMavenSimpleConfiguration.setRootLoggerLevel(Slf4jConfiguration.Level level)