class com.netflix.hystrix.strategy.HystrixPlugins$1 implements com.netflix.hystrix.strategy.HystrixPlugins$LoggerSupplier
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.netflix.hystrix.strategy.HystrixPlugins$1
  super_class: java.lang.Object
{
  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.netflix.hystrix.strategy.HystrixPlugins$1 this
         0: .line 88
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.netflix.hystrix.strategy.HystrixPlugins$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/netflix/hystrix/strategy/HystrixPlugins$1;

  public org.slf4j.Logger getLogger();
    descriptor: ()Lorg/slf4j/Logger;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.netflix.hystrix.strategy.HystrixPlugins$1 this
         0: .line 91
            ldc Lcom/netflix/hystrix/strategy/HystrixPlugins;
            invokestatic org.slf4j.LoggerFactory.getLogger:(Ljava/lang/Class;)Lorg/slf4j/Logger;
            areturn
        end local 0 // com.netflix.hystrix.strategy.HystrixPlugins$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/netflix/hystrix/strategy/HystrixPlugins$1;
}
SourceFile: "HystrixPlugins.java"
EnclosingMethod: com.netflix.hystrix.strategy.HystrixPlugins.create:(Ljava/lang/ClassLoader;)Lcom/netflix/hystrix/strategy/HystrixPlugins;
NestHost: com.netflix.hystrix.strategy.HystrixPlugins
InnerClasses:
  com.netflix.hystrix.strategy.HystrixPlugins$1
  abstract LoggerSupplier = com.netflix.hystrix.strategy.HystrixPlugins$LoggerSupplier of com.netflix.hystrix.strategy.HystrixPlugins