Class StaticLoggerBinder

java.lang.Object
org.slf4j.impl.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 Summary

    Fields
    Modifier and Type
    Field
    Description
    static String
    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.
    static final StaticLoggerBinder
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.slf4j.ILoggerFactory
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • 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 Details

    • StaticLoggerBinder

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

    • 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.