public class org.slf4j.impl.StaticLoggerBinder implements org.slf4j.spi.LoggerFactoryBinder
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.slf4j.impl.StaticLoggerBinder
  super_class: java.lang.Object
{
  private static final org.slf4j.impl.StaticLoggerBinder SINGLETON;
    descriptor: Lorg/slf4j/impl/StaticLoggerBinder;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  public static java.lang.String REQUESTED_API_VERSION;
    descriptor: Ljava/lang/String;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC

  private static final java.lang.String loggerFactoryClassStr;
    descriptor: Ljava/lang/String;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private final org.slf4j.ILoggerFactory loggerFactory;
    descriptor: Lorg/slf4j/ILoggerFactory;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 44
            new org.slf4j.impl.StaticLoggerBinder
            dup
            invokespecial org.slf4j.impl.StaticLoggerBinder.<init>:()V
            putstatic org.slf4j.impl.StaticLoggerBinder.SINGLETON:Lorg/slf4j/impl/StaticLoggerBinder;
         1: .line 60
            ldc "1.6.99"
            putstatic org.slf4j.impl.StaticLoggerBinder.REQUESTED_API_VERSION:Ljava/lang/String;
         2: .line 62
            ldc Lorg/slf4j/impl/SimpleLoggerFactory;
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
            putstatic org.slf4j.impl.StaticLoggerBinder.loggerFactoryClassStr:Ljava/lang/String;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public static final org.slf4j.impl.StaticLoggerBinder getSingleton();
    descriptor: ()Lorg/slf4j/impl/StaticLoggerBinder;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    Code:
      stack=1, locals=0, args_size=0
         0: .line 52
            getstatic org.slf4j.impl.StaticLoggerBinder.SINGLETON:Lorg/slf4j/impl/StaticLoggerBinder;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private void <init>();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.slf4j.impl.StaticLoggerBinder this
         0: .line 70
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 71
            aload 0 /* this */
            new org.slf4j.impl.SimpleLoggerFactory
            dup
            invokespecial org.slf4j.impl.SimpleLoggerFactory.<init>:()V
            putfield org.slf4j.impl.StaticLoggerBinder.loggerFactory:Lorg/slf4j/ILoggerFactory;
         2: .line 72
            return
        end local 0 // org.slf4j.impl.StaticLoggerBinder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/slf4j/impl/StaticLoggerBinder;

  public org.slf4j.ILoggerFactory getLoggerFactory();
    descriptor: ()Lorg/slf4j/ILoggerFactory;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.slf4j.impl.StaticLoggerBinder this
         0: .line 75
            aload 0 /* this */
            getfield org.slf4j.impl.StaticLoggerBinder.loggerFactory:Lorg/slf4j/ILoggerFactory;
            areturn
        end local 0 // org.slf4j.impl.StaticLoggerBinder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/slf4j/impl/StaticLoggerBinder;

  public java.lang.String getLoggerFactoryClassStr();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.slf4j.impl.StaticLoggerBinder this
         0: .line 79
            getstatic org.slf4j.impl.StaticLoggerBinder.loggerFactoryClassStr:Ljava/lang/String;
            areturn
        end local 0 // org.slf4j.impl.StaticLoggerBinder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/slf4j/impl/StaticLoggerBinder;
}
SourceFile: "StaticLoggerBinder.java"