Class StaticLoggerBinder

  • All Implemented Interfaces:
    org.slf4j.spi.LoggerFactoryBinder

    @Deprecated(forRemoval=true)
    public final class StaticLoggerBinder
    extends Object
    implements org.slf4j.spi.LoggerFactoryBinder
    Deprecated, for removal: This API element is subject to removal in a future version.
    • Field Detail

      • SINGLETON

        public static final StaticLoggerBinder SINGLETON
        Deprecated, for removal: This API element is subject to removal in a future version.
      • REQUESTED_API_VERSION

        public static String REQUESTED_API_VERSION
        Deprecated, for removal: This API element is subject to removal in a future version.
        Declare the version of the SLF4J API this implementation is compiled against. The value of this field is usually modified with each release.
    • Constructor Detail

      • StaticLoggerBinder

        public StaticLoggerBinder()
        Deprecated, for removal: This API element is subject to removal in a future version.
    • Method Detail

      • getLoggerFactory

        public org.slf4j.ILoggerFactory getLoggerFactory()
        Deprecated, for removal: This API element is subject to removal in a future version.
        Specified by:
        getLoggerFactory in interface org.slf4j.spi.LoggerFactoryBinder
      • getLoggerFactoryClassStr

        public String getLoggerFactoryClassStr()
        Deprecated, for removal: This API element is subject to removal in a future version.
        Specified by:
        getLoggerFactoryClassStr in interface org.slf4j.spi.LoggerFactoryBinder
      • getSingleton

        public static StaticLoggerBinder getSingleton()
        Deprecated, for removal: This API element is subject to removal in a future version.