class reactor.util.Loggers$Slf4JLoggerFactory implements reactor.util.Loggers$LoggerFactory
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: reactor.util.Loggers$Slf4JLoggerFactory
  super_class: java.lang.Object
{
  private void <init>();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // reactor.util.Loggers$Slf4JLoggerFactory this
         0: .line 182
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // reactor.util.Loggers$Slf4JLoggerFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lreactor/util/Loggers$Slf4JLoggerFactory;

  public reactor.util.Logger getLogger(java.lang.String);
    descriptor: (Ljava/lang/String;)Lreactor/util/Logger;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // reactor.util.Loggers$Slf4JLoggerFactory this
        start local 1 // java.lang.String name
         0: .line 186
            new reactor.util.Loggers$Slf4JLogger
            dup
            aload 1 /* name */
            invokestatic org.slf4j.LoggerFactory.getLogger:(Ljava/lang/String;)Lorg/slf4j/Logger;
            invokespecial reactor.util.Loggers$Slf4JLogger.<init>:(Lorg/slf4j/Logger;)V
            areturn
        end local 1 // java.lang.String name
        end local 0 // reactor.util.Loggers$Slf4JLoggerFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lreactor/util/Loggers$Slf4JLoggerFactory;
            0    1     1  name  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      name  
}
SourceFile: "Loggers.java"
NestHost: reactor.util.Loggers
InnerClasses:
  private abstract LoggerFactory = reactor.util.Loggers$LoggerFactory of reactor.util.Loggers
  private Slf4JLogger = reactor.util.Loggers$Slf4JLogger of reactor.util.Loggers
  private Slf4JLoggerFactory = reactor.util.Loggers$Slf4JLoggerFactory of reactor.util.Loggers