Class StaticLoggerBinder

java.lang.Object
org.slf4j.impl.StaticLoggerBinder
All Implemented Interfaces:
LoggerFactoryBinder

public class StaticLoggerBinder extends Object implements LoggerFactoryBinder
The binding of LoggerFactory class with an actual instance of ILoggerFactory is performed using information returned by this class.
  • Field Details

    • SINGLETON

      private static final StaticLoggerBinder SINGLETON
      The unique instance of this class.
    • REQUESTED_API_VERSION

      public static String REQUESTED_API_VERSION
      Declare the version of the SLF4J API this implementation is compiled against. The value of this field is modified with each major release.
    • loggerFactoryClassStr

      private static final String loggerFactoryClassStr
    • loggerFactory

      private final ILoggerFactory loggerFactory
      The ILoggerFactory instance returned by the getLoggerFactory() method should always be the same object
  • Constructor Details

    • StaticLoggerBinder

      private StaticLoggerBinder()
  • Method Details