Class StaticLoggerBinder

    • Field Detail

      • SINGLETON

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

        public static java.lang.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 java.lang.String loggerFactoryClassStr
      • loggerFactory

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

      • StaticLoggerBinder

        private StaticLoggerBinder()