org.apache.maven.cli.logging
Interface Slf4jConfiguration

All Known Implementing Classes:
BaseSlf4jConfiguration, Log4j2Configuration, LogbackConfiguration, Slf4jSimpleConfiguration

public interface Slf4jConfiguration

Interface for configuration operations on loggers, which are not available in slf4j, then require per-slf4f-binding implementation.

Author:
Hervé Boutemy

Nested Class Summary
static class Slf4jConfiguration.Level
           
 
Method Summary
 void activate()
          Activate logging implementation configuration (if necessary).
 void setRootLoggerLevel(Slf4jConfiguration.Level level)
          Set root logging level.
 

Method Detail

setRootLoggerLevel

void setRootLoggerLevel(Slf4jConfiguration.Level level)
Set root logging level.

Parameters:
level - the level

activate

void activate()
Activate logging implementation configuration (if necessary).



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