public interface org.jdbi.v3.core.statement.SqlLogger
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.jdbi.v3.core.statement.SqlLogger
  super_class: java.lang.Object
{
  public static final org.jdbi.v3.core.statement.SqlLogger NOP_SQL_LOGGER;
    descriptor: Lorg/jdbi/v3/core/statement/SqlLogger;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 26
            new org.jdbi.v3.core.statement.SqlLogger$1
            dup
            invokespecial org.jdbi.v3.core.statement.SqlLogger$1.<init>:()V
            putstatic org.jdbi.v3.core.statement.SqlLogger.NOP_SQL_LOGGER:Lorg/jdbi/v3/core/statement/SqlLogger;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void logBeforeExecution(org.jdbi.v3.core.statement.StatementContext);
    descriptor: (Lorg/jdbi/v3/core/statement/StatementContext;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // org.jdbi.v3.core.statement.SqlLogger this
        start local 1 // org.jdbi.v3.core.statement.StatementContext context
         0: .line 31
            return
        end local 1 // org.jdbi.v3.core.statement.StatementContext context
        end local 0 // org.jdbi.v3.core.statement.SqlLogger this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lorg/jdbi/v3/core/statement/SqlLogger;
            0    1     1  context  Lorg/jdbi/v3/core/statement/StatementContext;
    MethodParameters:
         Name  Flags
      context  

  public void logAfterExecution(org.jdbi.v3.core.statement.StatementContext);
    descriptor: (Lorg/jdbi/v3/core/statement/StatementContext;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // org.jdbi.v3.core.statement.SqlLogger this
        start local 1 // org.jdbi.v3.core.statement.StatementContext context
         0: .line 36
            return
        end local 1 // org.jdbi.v3.core.statement.StatementContext context
        end local 0 // org.jdbi.v3.core.statement.SqlLogger this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lorg/jdbi/v3/core/statement/SqlLogger;
            0    1     1  context  Lorg/jdbi/v3/core/statement/StatementContext;
    MethodParameters:
         Name  Flags
      context  

  public void logException(org.jdbi.v3.core.statement.StatementContext, java.sql.SQLException);
    descriptor: (Lorg/jdbi/v3/core/statement/StatementContext;Ljava/sql/SQLException;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=3, args_size=3
        start local 0 // org.jdbi.v3.core.statement.SqlLogger this
        start local 1 // org.jdbi.v3.core.statement.StatementContext context
        start local 2 // java.sql.SQLException ex
         0: .line 41
            return
        end local 2 // java.sql.SQLException ex
        end local 1 // org.jdbi.v3.core.statement.StatementContext context
        end local 0 // org.jdbi.v3.core.statement.SqlLogger this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lorg/jdbi/v3/core/statement/SqlLogger;
            0    1     1  context  Lorg/jdbi/v3/core/statement/StatementContext;
            0    1     2       ex  Ljava/sql/SQLException;
    MethodParameters:
         Name  Flags
      context  
      ex       
}
SourceFile: "SqlLogger.java"
NestMembers:
  org.jdbi.v3.core.statement.SqlLogger$1
InnerClasses:
  org.jdbi.v3.core.statement.SqlLogger$1