Interface Slf4jConfiguration

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

public interface Slf4jConfiguration
Interface for configuration operations on loggers, which are not available in slf4j, then require per-slf4f-binding implementation.
Since:
3.1.0
Author:
Hervé Boutemy
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static enum 
    Level
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Activate logging implementation configuration (if necessary).
    void
    Set root logging level.
  • Method Details

    • setRootLoggerLevel

      void setRootLoggerLevel(Slf4jConfiguration.Level level)
      Set root logging level.
      Parameters:
      level - the level
    • activate

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