Uses of Class
org.apache.maven.cli.logging.Slf4jConfiguration.Level

Packages that use Slf4jConfiguration.Level
org.apache.maven.cli.logging   
org.apache.maven.cli.logging.impl   
 

Uses of Slf4jConfiguration.Level in org.apache.maven.cli.logging
 

Methods in org.apache.maven.cli.logging that return Slf4jConfiguration.Level
static Slf4jConfiguration.Level Slf4jConfiguration.Level.valueOf(String name)
          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.Level
 void Slf4jConfiguration.setRootLoggerLevel(Slf4jConfiguration.Level level)
          Set root logging level.
 void BaseSlf4jConfiguration.setRootLoggerLevel(Slf4jConfiguration.Level 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.Level
 void LogbackConfiguration.setRootLoggerLevel(Slf4jConfiguration.Level level)
           
 void Slf4jSimpleConfiguration.setRootLoggerLevel(Slf4jConfiguration.Level level)
           
 void Log4j2Configuration.setRootLoggerLevel(Slf4jConfiguration.Level level)
           
 



Copyright © 2001–2013 The Apache Software Foundation. All rights reserved.