public class io.dropwizard.logging.ExternalLoggingFactory implements io.dropwizard.logging.LoggingFactory
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.dropwizard.logging.ExternalLoggingFactory
  super_class: java.lang.Object
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.dropwizard.logging.ExternalLoggingFactory this
         0: .line 11
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // io.dropwizard.logging.ExternalLoggingFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/dropwizard/logging/ExternalLoggingFactory;

  public void configure(com.codahale.metrics.MetricRegistry, java.lang.String);
    descriptor: (Lcom/codahale/metrics/MetricRegistry;Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=3, args_size=3
        start local 0 // io.dropwizard.logging.ExternalLoggingFactory this
        start local 1 // com.codahale.metrics.MetricRegistry metricRegistry
        start local 2 // java.lang.String name
         0: .line 15
            return
        end local 2 // java.lang.String name
        end local 1 // com.codahale.metrics.MetricRegistry metricRegistry
        end local 0 // io.dropwizard.logging.ExternalLoggingFactory this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    1     0            this  Lio/dropwizard/logging/ExternalLoggingFactory;
            0    1     1  metricRegistry  Lcom/codahale/metrics/MetricRegistry;
            0    1     2            name  Ljava/lang/String;
    MethodParameters:
                Name  Flags
      metricRegistry  
      name            

  public void stop();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // io.dropwizard.logging.ExternalLoggingFactory this
         0: .line 19
            return
        end local 0 // io.dropwizard.logging.ExternalLoggingFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/dropwizard/logging/ExternalLoggingFactory;

  public void reset();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // io.dropwizard.logging.ExternalLoggingFactory this
         0: .line 23
            return
        end local 0 // io.dropwizard.logging.ExternalLoggingFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/dropwizard/logging/ExternalLoggingFactory;
}
SourceFile: "ExternalLoggingFactory.java"
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonTypeName(value = "external")