public class org.eclipse.jetty.util.log.LoggerLog extends org.eclipse.jetty.util.log.AbstractLogger
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.eclipse.jetty.util.log.LoggerLog
  super_class: org.eclipse.jetty.util.log.AbstractLogger
{
  private final java.lang.Object _logger;
    descriptor: Ljava/lang/Object;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.lang.reflect.Method _debugMT;
    descriptor: Ljava/lang/reflect/Method;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.lang.reflect.Method _debugMAA;
    descriptor: Ljava/lang/reflect/Method;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.lang.reflect.Method _infoMT;
    descriptor: Ljava/lang/reflect/Method;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.lang.reflect.Method _infoMAA;
    descriptor: Ljava/lang/reflect/Method;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.lang.reflect.Method _warnMT;
    descriptor: Ljava/lang/reflect/Method;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.lang.reflect.Method _warnMAA;
    descriptor: Ljava/lang/reflect/Method;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.lang.reflect.Method _setDebugEnabledE;
    descriptor: Ljava/lang/reflect/Method;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.lang.reflect.Method _getLoggerN;
    descriptor: Ljava/lang/reflect/Method;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.lang.reflect.Method _getName;
    descriptor: Ljava/lang/reflect/Method;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private volatile boolean _debug;
    descriptor: Z
    flags: (0x0042) ACC_PRIVATE, ACC_VOLATILE

  public void <init>(java.lang.Object);
    descriptor: (Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=4, args_size=2
        start local 0 // org.eclipse.jetty.util.log.LoggerLog this
        start local 1 // java.lang.Object logger
         0: .line 40
            aload 0 /* this */
            invokespecial org.eclipse.jetty.util.log.AbstractLogger.<init>:()V
         1: .line 44
            aload 0 /* this */
            aload 1 /* logger */
            putfield org.eclipse.jetty.util.log.LoggerLog._logger:Ljava/lang/Object;
         2: .line 45
            aload 1 /* logger */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            astore 2 /* lc */
        start local 2 // java.lang.Class lc
         3: .line 46
            aload 0 /* this */
            aload 2 /* lc */
            ldc "debug"
            iconst_2
            anewarray java.lang.Class
            dup
            iconst_0
            ldc Ljava/lang/String;
            aastore
            dup
            iconst_1
            ldc Ljava/lang/Throwable;
            aastore
            invokevirtual java.lang.Class.getMethod:(Ljava/lang/String;[Ljava/lang/Class;)Ljava/lang/reflect/Method;
            putfield org.eclipse.jetty.util.log.LoggerLog._debugMT:Ljava/lang/reflect/Method;
         4: .line 47
            aload 0 /* this */
            aload 2 /* lc */
            ldc "debug"
            iconst_2
            anewarray java.lang.Class
            dup
            iconst_0
            ldc Ljava/lang/String;
            aastore
            dup
            iconst_1
            ldc [Ljava/lang/Object;
            aastore
            invokevirtual java.lang.Class.getMethod:(Ljava/lang/String;[Ljava/lang/Class;)Ljava/lang/reflect/Method;
            putfield org.eclipse.jetty.util.log.LoggerLog._debugMAA:Ljava/lang/reflect/Method;
         5: .line 48
            aload 0 /* this */
            aload 2 /* lc */
            ldc "info"
            iconst_2
            anewarray java.lang.Class
            dup
            iconst_0
            ldc Ljava/lang/String;
            aastore
            dup
            iconst_1
            ldc Ljava/lang/Throwable;
            aastore
            invokevirtual java.lang.Class.getMethod:(Ljava/lang/String;[Ljava/lang/Class;)Ljava/lang/reflect/Method;
            putfield org.eclipse.jetty.util.log.LoggerLog._infoMT:Ljava/lang/reflect/Method;
         6: .line 49
            aload 0 /* this */
            aload 2 /* lc */
            ldc "info"
            iconst_2
            anewarray java.lang.Class
            dup
            iconst_0
            ldc Ljava/lang/String;
            aastore
            dup
            iconst_1
            ldc [Ljava/lang/Object;
            aastore
            invokevirtual java.lang.Class.getMethod:(Ljava/lang/String;[Ljava/lang/Class;)Ljava/lang/reflect/Method;
            putfield org.eclipse.jetty.util.log.LoggerLog._infoMAA:Ljava/lang/reflect/Method;
         7: .line 50
            aload 0 /* this */
            aload 2 /* lc */
            ldc "warn"
            iconst_2
            anewarray java.lang.Class
            dup
            iconst_0
            ldc Ljava/lang/String;
            aastore
            dup
            iconst_1
            ldc Ljava/lang/Throwable;
            aastore
            invokevirtual java.lang.Class.getMethod:(Ljava/lang/String;[Ljava/lang/Class;)Ljava/lang/reflect/Method;
            putfield org.eclipse.jetty.util.log.LoggerLog._warnMT:Ljava/lang/reflect/Method;
         8: .line 51
            aload 0 /* this */
            aload 2 /* lc */
            ldc "warn"
            iconst_2
            anewarray java.lang.Class
            dup
            iconst_0
            ldc Ljava/lang/String;
            aastore
            dup
            iconst_1
            ldc [Ljava/lang/Object;
            aastore
            invokevirtual java.lang.Class.getMethod:(Ljava/lang/String;[Ljava/lang/Class;)Ljava/lang/reflect/Method;
            putfield org.eclipse.jetty.util.log.LoggerLog._warnMAA:Ljava/lang/reflect/Method;
         9: .line 52
            aload 2 /* lc */
            ldc "isDebugEnabled"
            iconst_0
            anewarray java.lang.Class
            invokevirtual java.lang.Class.getMethod:(Ljava/lang/String;[Ljava/lang/Class;)Ljava/lang/reflect/Method;
            astore 3 /* isDebugEnabled */
        start local 3 // java.lang.reflect.Method isDebugEnabled
        10: .line 53
            aload 0 /* this */
            aload 2 /* lc */
            ldc "setDebugEnabled"
            iconst_1
            anewarray java.lang.Class
            dup
            iconst_0
            getstatic java.lang.Boolean.TYPE:Ljava/lang/Class;
            aastore
            invokevirtual java.lang.Class.getMethod:(Ljava/lang/String;[Ljava/lang/Class;)Ljava/lang/reflect/Method;
            putfield org.eclipse.jetty.util.log.LoggerLog._setDebugEnabledE:Ljava/lang/reflect/Method;
        11: .line 54
            aload 0 /* this */
            aload 2 /* lc */
            ldc "getLogger"
            iconst_1
            anewarray java.lang.Class
            dup
            iconst_0
            ldc Ljava/lang/String;
            aastore
            invokevirtual java.lang.Class.getMethod:(Ljava/lang/String;[Ljava/lang/Class;)Ljava/lang/reflect/Method;
            putfield org.eclipse.jetty.util.log.LoggerLog._getLoggerN:Ljava/lang/reflect/Method;
        12: .line 55
            aload 0 /* this */
            aload 2 /* lc */
            ldc "getName"
            iconst_0
            anewarray java.lang.Class
            invokevirtual java.lang.Class.getMethod:(Ljava/lang/String;[Ljava/lang/Class;)Ljava/lang/reflect/Method;
            putfield org.eclipse.jetty.util.log.LoggerLog._getName:Ljava/lang/reflect/Method;
        13: .line 57
            aload 0 /* this */
            aload 3 /* isDebugEnabled */
            aload 0 /* this */
            getfield org.eclipse.jetty.util.log.LoggerLog._logger:Ljava/lang/Object;
            iconst_0
            anewarray java.lang.Object
            invokevirtual java.lang.reflect.Method.invoke:(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.lang.Boolean
            invokevirtual java.lang.Boolean.booleanValue:()Z
            putfield org.eclipse.jetty.util.log.LoggerLog._debug:Z
        end local 3 // java.lang.reflect.Method isDebugEnabled
        end local 2 // java.lang.Class lc
        14: .line 58
            goto 17
        15: .line 59
      StackMap locals: org.eclipse.jetty.util.log.LoggerLog java.lang.Object
      StackMap stack: java.lang.Exception
            astore 2 /* x */
        start local 2 // java.lang.Exception x
        16: .line 61
            new java.lang.IllegalStateException
            dup
            aload 2 /* x */
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/Throwable;)V
            athrow
        end local 2 // java.lang.Exception x
        17: .line 63
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.lang.Object logger
        end local 0 // org.eclipse.jetty.util.log.LoggerLog this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   18     0            this  Lorg/eclipse/jetty/util/log/LoggerLog;
            0   18     1          logger  Ljava/lang/Object;
            3   14     2              lc  Ljava/lang/Class<*>;
           10   14     3  isDebugEnabled  Ljava/lang/reflect/Method;
           16   17     2               x  Ljava/lang/Exception;
      Exception table:
        from    to  target  type
           1    14      15  Class java.lang.Exception
    MethodParameters:
        Name  Flags
      logger  

  public java.lang.String getName();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // org.eclipse.jetty.util.log.LoggerLog this
         0: .line 70
            aload 0 /* this */
            getfield org.eclipse.jetty.util.log.LoggerLog._getName:Ljava/lang/reflect/Method;
            aload 0 /* this */
            getfield org.eclipse.jetty.util.log.LoggerLog._logger:Ljava/lang/Object;
            iconst_0
            anewarray java.lang.Object
            invokevirtual java.lang.reflect.Method.invoke:(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.lang.String
         1: areturn
         2: .line 72
      StackMap locals:
      StackMap stack: java.lang.Exception
            astore 1 /* e */
        start local 1 // java.lang.Exception e
         3: .line 74
            aload 1 /* e */
            invokevirtual java.lang.Exception.printStackTrace:()V
         4: .line 75
            aconst_null
            areturn
        end local 1 // java.lang.Exception e
        end local 0 // org.eclipse.jetty.util.log.LoggerLog this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/eclipse/jetty/util/log/LoggerLog;
            3    5     1     e  Ljava/lang/Exception;
      Exception table:
        from    to  target  type
           0     1       2  Class java.lang.Exception

  public void warn(java.lang.String, java.lang.Object[]);
    descriptor: (Ljava/lang/String;[Ljava/lang/Object;)V
    flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // org.eclipse.jetty.util.log.LoggerLog this
        start local 1 // java.lang.String msg
        start local 2 // java.lang.Object[] args
         0: .line 84
            aload 0 /* this */
            getfield org.eclipse.jetty.util.log.LoggerLog._warnMAA:Ljava/lang/reflect/Method;
            aload 0 /* this */
            getfield org.eclipse.jetty.util.log.LoggerLog._logger:Ljava/lang/Object;
            aload 2 /* args */
            invokevirtual java.lang.reflect.Method.invoke:(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;
            pop
         1: .line 85
            goto 4
         2: .line 86
      StackMap locals:
      StackMap stack: java.lang.Exception
            astore 3 /* e */
        start local 3 // java.lang.Exception e
         3: .line 88
            aload 3 /* e */
            invokevirtual java.lang.Exception.printStackTrace:()V
        end local 3 // java.lang.Exception e
         4: .line 90
      StackMap locals:
      StackMap stack:
            return
        end local 2 // java.lang.Object[] args
        end local 1 // java.lang.String msg
        end local 0 // org.eclipse.jetty.util.log.LoggerLog this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/eclipse/jetty/util/log/LoggerLog;
            0    5     1   msg  Ljava/lang/String;
            0    5     2  args  [Ljava/lang/Object;
            3    4     3     e  Ljava/lang/Exception;
      Exception table:
        from    to  target  type
           0     1       2  Class java.lang.Exception
    MethodParameters:
      Name  Flags
      msg   
      args  

  public void warn(java.lang.Throwable);
    descriptor: (Ljava/lang/Throwable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.eclipse.jetty.util.log.LoggerLog this
        start local 1 // java.lang.Throwable thrown
         0: .line 95
            aload 0 /* this */
            ldc ""
            aload 1 /* thrown */
            invokevirtual org.eclipse.jetty.util.log.LoggerLog.warn:(Ljava/lang/String;Ljava/lang/Throwable;)V
         1: .line 96
            return
        end local 1 // java.lang.Throwable thrown
        end local 0 // org.eclipse.jetty.util.log.LoggerLog this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lorg/eclipse/jetty/util/log/LoggerLog;
            0    2     1  thrown  Ljava/lang/Throwable;
    MethodParameters:
        Name  Flags
      thrown  

  public void warn(java.lang.String, java.lang.Throwable);
    descriptor: (Ljava/lang/String;Ljava/lang/Throwable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=4, args_size=3
        start local 0 // org.eclipse.jetty.util.log.LoggerLog this
        start local 1 // java.lang.String msg
        start local 2 // java.lang.Throwable thrown
         0: .line 103
            aload 0 /* this */
            getfield org.eclipse.jetty.util.log.LoggerLog._warnMT:Ljava/lang/reflect/Method;
            aload 0 /* this */
            getfield org.eclipse.jetty.util.log.LoggerLog._logger:Ljava/lang/Object;
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            aload 1 /* msg */
            aastore
            dup
            iconst_1
            aload 2 /* thrown */
            aastore
            invokevirtual java.lang.reflect.Method.invoke:(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;
            pop
         1: .line 104
            goto 4
         2: .line 105
      StackMap locals:
      StackMap stack: java.lang.Exception
            astore 3 /* e */
        start local 3 // java.lang.Exception e
         3: .line 107
            aload 3 /* e */
            invokevirtual java.lang.Exception.printStackTrace:()V
        end local 3 // java.lang.Exception e
         4: .line 109
      StackMap locals:
      StackMap stack:
            return
        end local 2 // java.lang.Throwable thrown
        end local 1 // java.lang.String msg
        end local 0 // org.eclipse.jetty.util.log.LoggerLog this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    5     0    this  Lorg/eclipse/jetty/util/log/LoggerLog;
            0    5     1     msg  Ljava/lang/String;
            0    5     2  thrown  Ljava/lang/Throwable;
            3    4     3       e  Ljava/lang/Exception;
      Exception table:
        from    to  target  type
           0     1       2  Class java.lang.Exception
    MethodParameters:
        Name  Flags
      msg     
      thrown  

  public void info(java.lang.String, java.lang.Object[]);
    descriptor: (Ljava/lang/String;[Ljava/lang/Object;)V
    flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // org.eclipse.jetty.util.log.LoggerLog this
        start local 1 // java.lang.String msg
        start local 2 // java.lang.Object[] args
         0: .line 116
            aload 0 /* this */
            getfield org.eclipse.jetty.util.log.LoggerLog._infoMAA:Ljava/lang/reflect/Method;
            aload 0 /* this */
            getfield org.eclipse.jetty.util.log.LoggerLog._logger:Ljava/lang/Object;
            aload 2 /* args */
            invokevirtual java.lang.reflect.Method.invoke:(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;
            pop
         1: .line 117
            goto 4
         2: .line 118
      StackMap locals:
      StackMap stack: java.lang.Exception
            astore 3 /* e */
        start local 3 // java.lang.Exception e
         3: .line 120
            aload 3 /* e */
            invokevirtual java.lang.Exception.printStackTrace:()V
        end local 3 // java.lang.Exception e
         4: .line 122
      StackMap locals:
      StackMap stack:
            return
        end local 2 // java.lang.Object[] args
        end local 1 // java.lang.String msg
        end local 0 // org.eclipse.jetty.util.log.LoggerLog this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/eclipse/jetty/util/log/LoggerLog;
            0    5     1   msg  Ljava/lang/String;
            0    5     2  args  [Ljava/lang/Object;
            3    4     3     e  Ljava/lang/Exception;
      Exception table:
        from    to  target  type
           0     1       2  Class java.lang.Exception
    MethodParameters:
      Name  Flags
      msg   
      args  

  public void info(java.lang.Throwable);
    descriptor: (Ljava/lang/Throwable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.eclipse.jetty.util.log.LoggerLog this
        start local 1 // java.lang.Throwable thrown
         0: .line 127
            aload 0 /* this */
            ldc ""
            aload 1 /* thrown */
            invokevirtual org.eclipse.jetty.util.log.LoggerLog.info:(Ljava/lang/String;Ljava/lang/Throwable;)V
         1: .line 128
            return
        end local 1 // java.lang.Throwable thrown
        end local 0 // org.eclipse.jetty.util.log.LoggerLog this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lorg/eclipse/jetty/util/log/LoggerLog;
            0    2     1  thrown  Ljava/lang/Throwable;
    MethodParameters:
        Name  Flags
      thrown  

  public void info(java.lang.String, java.lang.Throwable);
    descriptor: (Ljava/lang/String;Ljava/lang/Throwable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=4, args_size=3
        start local 0 // org.eclipse.jetty.util.log.LoggerLog this
        start local 1 // java.lang.String msg
        start local 2 // java.lang.Throwable thrown
         0: .line 135
            aload 0 /* this */
            getfield org.eclipse.jetty.util.log.LoggerLog._infoMT:Ljava/lang/reflect/Method;
            aload 0 /* this */
            getfield org.eclipse.jetty.util.log.LoggerLog._logger:Ljava/lang/Object;
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            aload 1 /* msg */
            aastore
            dup
            iconst_1
            aload 2 /* thrown */
            aastore
            invokevirtual java.lang.reflect.Method.invoke:(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;
            pop
         1: .line 136
            goto 4
         2: .line 137
      StackMap locals:
      StackMap stack: java.lang.Exception
            astore 3 /* e */
        start local 3 // java.lang.Exception e
         3: .line 139
            aload 3 /* e */
            invokevirtual java.lang.Exception.printStackTrace:()V
        end local 3 // java.lang.Exception e
         4: .line 141
      StackMap locals:
      StackMap stack:
            return
        end local 2 // java.lang.Throwable thrown
        end local 1 // java.lang.String msg
        end local 0 // org.eclipse.jetty.util.log.LoggerLog this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    5     0    this  Lorg/eclipse/jetty/util/log/LoggerLog;
            0    5     1     msg  Ljava/lang/String;
            0    5     2  thrown  Ljava/lang/Throwable;
            3    4     3       e  Ljava/lang/Exception;
      Exception table:
        from    to  target  type
           0     1       2  Class java.lang.Exception
    MethodParameters:
        Name  Flags
      msg     
      thrown  

  public boolean isDebugEnabled();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.util.log.LoggerLog this
         0: .line 146
            aload 0 /* this */
            getfield org.eclipse.jetty.util.log.LoggerLog._debug:Z
            ireturn
        end local 0 // org.eclipse.jetty.util.log.LoggerLog this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jetty/util/log/LoggerLog;

  public void setDebugEnabled(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=2
        start local 0 // org.eclipse.jetty.util.log.LoggerLog this
        start local 1 // boolean enabled
         0: .line 154
            aload 0 /* this */
            getfield org.eclipse.jetty.util.log.LoggerLog._setDebugEnabledE:Ljava/lang/reflect/Method;
            aload 0 /* this */
            getfield org.eclipse.jetty.util.log.LoggerLog._logger:Ljava/lang/Object;
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            iload 1 /* enabled */
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            aastore
            invokevirtual java.lang.reflect.Method.invoke:(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;
            pop
         1: .line 155
            aload 0 /* this */
            iload 1 /* enabled */
            putfield org.eclipse.jetty.util.log.LoggerLog._debug:Z
         2: .line 156
            goto 5
         3: .line 157
      StackMap locals:
      StackMap stack: java.lang.Exception
            astore 2 /* e */
        start local 2 // java.lang.Exception e
         4: .line 159
            aload 2 /* e */
            invokevirtual java.lang.Exception.printStackTrace:()V
        end local 2 // java.lang.Exception e
         5: .line 161
      StackMap locals:
      StackMap stack:
            return
        end local 1 // boolean enabled
        end local 0 // org.eclipse.jetty.util.log.LoggerLog this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    6     0     this  Lorg/eclipse/jetty/util/log/LoggerLog;
            0    6     1  enabled  Z
            4    5     2        e  Ljava/lang/Exception;
      Exception table:
        from    to  target  type
           0     2       3  Class java.lang.Exception
    MethodParameters:
         Name  Flags
      enabled  

  public void debug(java.lang.String, java.lang.Object[]);
    descriptor: (Ljava/lang/String;[Ljava/lang/Object;)V
    flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // org.eclipse.jetty.util.log.LoggerLog this
        start local 1 // java.lang.String msg
        start local 2 // java.lang.Object[] args
         0: .line 166
            aload 0 /* this */
            getfield org.eclipse.jetty.util.log.LoggerLog._debug:Z
            ifne 2
         1: .line 167
            return
         2: .line 171
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jetty.util.log.LoggerLog._debugMAA:Ljava/lang/reflect/Method;
            aload 0 /* this */
            getfield org.eclipse.jetty.util.log.LoggerLog._logger:Ljava/lang/Object;
            aload 2 /* args */
            invokevirtual java.lang.reflect.Method.invoke:(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;
            pop
         3: .line 172
            goto 6
         4: .line 173
      StackMap locals:
      StackMap stack: java.lang.Exception
            astore 3 /* e */
        start local 3 // java.lang.Exception e
         5: .line 175
            aload 3 /* e */
            invokevirtual java.lang.Exception.printStackTrace:()V
        end local 3 // java.lang.Exception e
         6: .line 177
      StackMap locals:
      StackMap stack:
            return
        end local 2 // java.lang.Object[] args
        end local 1 // java.lang.String msg
        end local 0 // org.eclipse.jetty.util.log.LoggerLog this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lorg/eclipse/jetty/util/log/LoggerLog;
            0    7     1   msg  Ljava/lang/String;
            0    7     2  args  [Ljava/lang/Object;
            5    6     3     e  Ljava/lang/Exception;
      Exception table:
        from    to  target  type
           2     3       4  Class java.lang.Exception
    MethodParameters:
      Name  Flags
      msg   
      args  

  public void debug(java.lang.Throwable);
    descriptor: (Ljava/lang/Throwable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.eclipse.jetty.util.log.LoggerLog this
        start local 1 // java.lang.Throwable thrown
         0: .line 182
            aload 0 /* this */
            ldc ""
            aload 1 /* thrown */
            invokevirtual org.eclipse.jetty.util.log.LoggerLog.debug:(Ljava/lang/String;Ljava/lang/Throwable;)V
         1: .line 183
            return
        end local 1 // java.lang.Throwable thrown
        end local 0 // org.eclipse.jetty.util.log.LoggerLog this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lorg/eclipse/jetty/util/log/LoggerLog;
            0    2     1  thrown  Ljava/lang/Throwable;
    MethodParameters:
        Name  Flags
      thrown  

  public void debug(java.lang.String, java.lang.Throwable);
    descriptor: (Ljava/lang/String;Ljava/lang/Throwable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=4, args_size=3
        start local 0 // org.eclipse.jetty.util.log.LoggerLog this
        start local 1 // java.lang.String msg
        start local 2 // java.lang.Throwable th
         0: .line 188
            aload 0 /* this */
            getfield org.eclipse.jetty.util.log.LoggerLog._debug:Z
            ifne 2
         1: .line 189
            return
         2: .line 193
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jetty.util.log.LoggerLog._debugMT:Ljava/lang/reflect/Method;
            aload 0 /* this */
            getfield org.eclipse.jetty.util.log.LoggerLog._logger:Ljava/lang/Object;
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            aload 1 /* msg */
            aastore
            dup
            iconst_1
            aload 2 /* th */
            aastore
            invokevirtual java.lang.reflect.Method.invoke:(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;
            pop
         3: .line 194
            goto 6
         4: .line 195
      StackMap locals:
      StackMap stack: java.lang.Exception
            astore 3 /* e */
        start local 3 // java.lang.Exception e
         5: .line 197
            aload 3 /* e */
            invokevirtual java.lang.Exception.printStackTrace:()V
        end local 3 // java.lang.Exception e
         6: .line 199
      StackMap locals:
      StackMap stack:
            return
        end local 2 // java.lang.Throwable th
        end local 1 // java.lang.String msg
        end local 0 // org.eclipse.jetty.util.log.LoggerLog this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lorg/eclipse/jetty/util/log/LoggerLog;
            0    7     1   msg  Ljava/lang/String;
            0    7     2    th  Ljava/lang/Throwable;
            5    6     3     e  Ljava/lang/Exception;
      Exception table:
        from    to  target  type
           2     3       4  Class java.lang.Exception
    MethodParameters:
      Name  Flags
      msg   
      th    

  public void debug(java.lang.String, long);
    descriptor: (Ljava/lang/String;J)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=5, args_size=3
        start local 0 // org.eclipse.jetty.util.log.LoggerLog this
        start local 1 // java.lang.String msg
        start local 2 // long value
         0: .line 204
            aload 0 /* this */
            getfield org.eclipse.jetty.util.log.LoggerLog._debug:Z
            ifne 2
         1: .line 205
            return
         2: .line 209
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jetty.util.log.LoggerLog._debugMAA:Ljava/lang/reflect/Method;
            aload 0 /* this */
            getfield org.eclipse.jetty.util.log.LoggerLog._logger:Ljava/lang/Object;
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            lload 2 /* value */
            invokestatic java.lang.Long.valueOf:(J)Ljava/lang/Long;
            aastore
            invokevirtual java.lang.reflect.Method.invoke:(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;
            pop
         3: .line 210
            goto 6
         4: .line 211
      StackMap locals:
      StackMap stack: java.lang.Exception
            astore 4 /* e */
        start local 4 // java.lang.Exception e
         5: .line 213
            aload 4 /* e */
            invokevirtual java.lang.Exception.printStackTrace:()V
        end local 4 // java.lang.Exception e
         6: .line 215
      StackMap locals:
      StackMap stack:
            return
        end local 2 // long value
        end local 1 // java.lang.String msg
        end local 0 // org.eclipse.jetty.util.log.LoggerLog this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    7     0   this  Lorg/eclipse/jetty/util/log/LoggerLog;
            0    7     1    msg  Ljava/lang/String;
            0    7     2  value  J
            5    6     4      e  Ljava/lang/Exception;
      Exception table:
        from    to  target  type
           2     3       4  Class java.lang.Exception
    MethodParameters:
       Name  Flags
      msg    
      value  

  public void ignore(java.lang.Throwable);
    descriptor: (Ljava/lang/Throwable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.eclipse.jetty.util.log.LoggerLog this
        start local 1 // java.lang.Throwable ignored
         0: .line 220
            invokestatic org.eclipse.jetty.util.log.Log.isIgnored:()Z
            ifeq 2
         1: .line 222
            aload 0 /* this */
            ldc "IGNORED EXCEPTION "
            aload 1 /* ignored */
            invokevirtual org.eclipse.jetty.util.log.LoggerLog.debug:(Ljava/lang/String;Ljava/lang/Throwable;)V
         2: .line 224
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.lang.Throwable ignored
        end local 0 // org.eclipse.jetty.util.log.LoggerLog this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lorg/eclipse/jetty/util/log/LoggerLog;
            0    3     1  ignored  Ljava/lang/Throwable;
    MethodParameters:
         Name  Flags
      ignored  

  protected org.eclipse.jetty.util.log.Logger newLogger(java.lang.String);
    descriptor: (Ljava/lang/String;)Lorg/eclipse/jetty/util/log/Logger;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=6, locals=3, args_size=2
        start local 0 // org.eclipse.jetty.util.log.LoggerLog this
        start local 1 // java.lang.String fullname
         0: .line 234
            aload 0 /* this */
            getfield org.eclipse.jetty.util.log.LoggerLog._getLoggerN:Ljava/lang/reflect/Method;
            aload 0 /* this */
            getfield org.eclipse.jetty.util.log.LoggerLog._logger:Ljava/lang/Object;
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 1 /* fullname */
            aastore
            invokevirtual java.lang.reflect.Method.invoke:(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;
            astore 2 /* logger */
        start local 2 // java.lang.Object logger
         1: .line 235
            new org.eclipse.jetty.util.log.LoggerLog
            dup
            aload 2 /* logger */
            invokespecial org.eclipse.jetty.util.log.LoggerLog.<init>:(Ljava/lang/Object;)V
         2: areturn
        end local 2 // java.lang.Object logger
         3: .line 237
      StackMap locals:
      StackMap stack: java.lang.Exception
            astore 2 /* e */
        start local 2 // java.lang.Exception e
         4: .line 239
            aload 2 /* e */
            invokevirtual java.lang.Exception.printStackTrace:()V
         5: .line 240
            aload 0 /* this */
            areturn
        end local 2 // java.lang.Exception e
        end local 1 // java.lang.String fullname
        end local 0 // org.eclipse.jetty.util.log.LoggerLog this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    6     0      this  Lorg/eclipse/jetty/util/log/LoggerLog;
            0    6     1  fullname  Ljava/lang/String;
            1    3     2    logger  Ljava/lang/Object;
            4    6     2         e  Ljava/lang/Exception;
      Exception table:
        from    to  target  type
           0     2       3  Class java.lang.Exception
    MethodParameters:
          Name  Flags
      fullname  
}
SourceFile: "LoggerLog.java"