public class io.dropwizard.jdbi.logging.LogbackLog extends org.skife.jdbi.v2.logging.FormattedLog
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.dropwizard.jdbi.logging.LogbackLog
  super_class: org.skife.jdbi.v2.logging.FormattedLog
{
  private final ch.qos.logback.classic.Logger log;
    descriptor: Lch/qos/logback/classic/Logger;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final ch.qos.logback.classic.Level level;
    descriptor: Lch/qos/logback/classic/Level;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.lang.String fqcn;
    descriptor: Ljava/lang/String;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.dropwizard.jdbi.logging.LogbackLog this
         0: .line 49
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tThe type org.slf4j.event.LoggingEvent cannot be resolved. It is indirectly referenced from required .class files\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.dropwizard.jdbi.logging.LogbackLog this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/dropwizard/jdbi/logging/LogbackLog;

  public void <init>(ch.qos.logback.classic.Logger);
    descriptor: (Lch/qos/logback/classic/Logger;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.dropwizard.jdbi.logging.LogbackLog this
         0: .line 49
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tThe type org.slf4j.event.LoggingEvent cannot be resolved. It is indirectly referenced from required .class files\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.dropwizard.jdbi.logging.LogbackLog this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/dropwizard/jdbi/logging/LogbackLog;
    MethodParameters:
      Name  Flags
      log   

  public void <init>(ch.qos.logback.classic.Logger, ch.qos.logback.classic.Level);
    descriptor: (Lch/qos/logback/classic/Logger;Lch/qos/logback/classic/Level;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.dropwizard.jdbi.logging.LogbackLog this
         0: .line 49
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tThe type org.slf4j.event.LoggingEvent cannot be resolved. It is indirectly referenced from required .class files\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.dropwizard.jdbi.logging.LogbackLog this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/dropwizard/jdbi/logging/LogbackLog;
    MethodParameters:
       Name  Flags
      log    
      level  

  protected final boolean isEnabled();
    descriptor: ()Z
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.dropwizard.jdbi.logging.LogbackLog this
         0: .line 43
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.dropwizard.jdbi.logging.LogbackLog this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/dropwizard/jdbi/logging/LogbackLog;

  protected final void log(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.dropwizard.jdbi.logging.LogbackLog this
         0: .line 49
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tThe type org.slf4j.event.LoggingEvent cannot be resolved. It is indirectly referenced from required .class files\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.dropwizard.jdbi.logging.LogbackLog this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/dropwizard/jdbi/logging/LogbackLog;
    MethodParameters:
      Name  Flags
      msg   
}
SourceFile: "LogbackLog.java"