class org.apache.commons.logging.LogAdapter$JavaUtilLog implements org.apache.commons.logging.Log, java.io.Serializable
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.apache.commons.logging.LogAdapter$JavaUtilLog
  super_class: java.lang.Object
{
  private java.lang.String name;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE

  private transient java.util.logging.Logger logger;
    descriptor: Ljava/util/logging/Logger;
    flags: (0x0082) ACC_PRIVATE, ACC_TRANSIENT

  public void <init>(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.commons.logging.LogAdapter$JavaUtilLog this
        start local 1 // java.lang.String name
         0: .line 507
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 508
            aload 0 /* this */
            aload 1 /* name */
            putfield org.apache.commons.logging.LogAdapter$JavaUtilLog.name:Ljava/lang/String;
         2: .line 509
            aload 0 /* this */
            aload 1 /* name */
            invokestatic java.util.logging.Logger.getLogger:(Ljava/lang/String;)Ljava/util/logging/Logger;
            putfield org.apache.commons.logging.LogAdapter$JavaUtilLog.logger:Ljava/util/logging/Logger;
         3: .line 510
            return
        end local 1 // java.lang.String name
        end local 0 // org.apache.commons.logging.LogAdapter$JavaUtilLog this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/apache/commons/logging/LogAdapter$JavaUtilLog;
            0    4     1  name  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      name  

  public boolean isFatalEnabled();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.commons.logging.LogAdapter$JavaUtilLog this
         0: .line 514
            aload 0 /* this */
            invokevirtual org.apache.commons.logging.LogAdapter$JavaUtilLog.isErrorEnabled:()Z
            ireturn
        end local 0 // org.apache.commons.logging.LogAdapter$JavaUtilLog this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/logging/LogAdapter$JavaUtilLog;

  public boolean isErrorEnabled();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.commons.logging.LogAdapter$JavaUtilLog this
         0: .line 519
            aload 0 /* this */
            getfield org.apache.commons.logging.LogAdapter$JavaUtilLog.logger:Ljava/util/logging/Logger;
            getstatic java.util.logging.Level.SEVERE:Ljava/util/logging/Level;
            invokevirtual java.util.logging.Logger.isLoggable:(Ljava/util/logging/Level;)Z
            ireturn
        end local 0 // org.apache.commons.logging.LogAdapter$JavaUtilLog this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/logging/LogAdapter$JavaUtilLog;

  public boolean isWarnEnabled();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.commons.logging.LogAdapter$JavaUtilLog this
         0: .line 524
            aload 0 /* this */
            getfield org.apache.commons.logging.LogAdapter$JavaUtilLog.logger:Ljava/util/logging/Logger;
            getstatic java.util.logging.Level.WARNING:Ljava/util/logging/Level;
            invokevirtual java.util.logging.Logger.isLoggable:(Ljava/util/logging/Level;)Z
            ireturn
        end local 0 // org.apache.commons.logging.LogAdapter$JavaUtilLog this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/logging/LogAdapter$JavaUtilLog;

  public boolean isInfoEnabled();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.commons.logging.LogAdapter$JavaUtilLog this
         0: .line 529
            aload 0 /* this */
            getfield org.apache.commons.logging.LogAdapter$JavaUtilLog.logger:Ljava/util/logging/Logger;
            getstatic java.util.logging.Level.INFO:Ljava/util/logging/Level;
            invokevirtual java.util.logging.Logger.isLoggable:(Ljava/util/logging/Level;)Z
            ireturn
        end local 0 // org.apache.commons.logging.LogAdapter$JavaUtilLog this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/logging/LogAdapter$JavaUtilLog;

  public boolean isDebugEnabled();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.commons.logging.LogAdapter$JavaUtilLog this
         0: .line 534
            aload 0 /* this */
            getfield org.apache.commons.logging.LogAdapter$JavaUtilLog.logger:Ljava/util/logging/Logger;
            getstatic java.util.logging.Level.FINE:Ljava/util/logging/Level;
            invokevirtual java.util.logging.Logger.isLoggable:(Ljava/util/logging/Level;)Z
            ireturn
        end local 0 // org.apache.commons.logging.LogAdapter$JavaUtilLog this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/logging/LogAdapter$JavaUtilLog;

  public boolean isTraceEnabled();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.commons.logging.LogAdapter$JavaUtilLog this
         0: .line 539
            aload 0 /* this */
            getfield org.apache.commons.logging.LogAdapter$JavaUtilLog.logger:Ljava/util/logging/Logger;
            getstatic java.util.logging.Level.FINEST:Ljava/util/logging/Level;
            invokevirtual java.util.logging.Logger.isLoggable:(Ljava/util/logging/Level;)Z
            ireturn
        end local 0 // org.apache.commons.logging.LogAdapter$JavaUtilLog this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/logging/LogAdapter$JavaUtilLog;

  public void fatal(java.lang.Object);
    descriptor: (Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.commons.logging.LogAdapter$JavaUtilLog this
        start local 1 // java.lang.Object message
         0: .line 544
            aload 0 /* this */
            aload 1 /* message */
            invokevirtual org.apache.commons.logging.LogAdapter$JavaUtilLog.error:(Ljava/lang/Object;)V
         1: .line 545
            return
        end local 1 // java.lang.Object message
        end local 0 // org.apache.commons.logging.LogAdapter$JavaUtilLog this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lorg/apache/commons/logging/LogAdapter$JavaUtilLog;
            0    2     1  message  Ljava/lang/Object;
    MethodParameters:
         Name  Flags
      message  

  public void fatal(java.lang.Object, java.lang.Throwable);
    descriptor: (Ljava/lang/Object;Ljava/lang/Throwable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.apache.commons.logging.LogAdapter$JavaUtilLog this
        start local 1 // java.lang.Object message
        start local 2 // java.lang.Throwable exception
         0: .line 549
            aload 0 /* this */
            aload 1 /* message */
            aload 2 /* exception */
            invokevirtual org.apache.commons.logging.LogAdapter$JavaUtilLog.error:(Ljava/lang/Object;Ljava/lang/Throwable;)V
         1: .line 550
            return
        end local 2 // java.lang.Throwable exception
        end local 1 // java.lang.Object message
        end local 0 // org.apache.commons.logging.LogAdapter$JavaUtilLog this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lorg/apache/commons/logging/LogAdapter$JavaUtilLog;
            0    2     1    message  Ljava/lang/Object;
            0    2     2  exception  Ljava/lang/Throwable;
    MethodParameters:
           Name  Flags
      message    
      exception  

  public void error(java.lang.Object);
    descriptor: (Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.apache.commons.logging.LogAdapter$JavaUtilLog this
        start local 1 // java.lang.Object message
         0: .line 554
            aload 0 /* this */
            getstatic java.util.logging.Level.SEVERE:Ljava/util/logging/Level;
            aload 1 /* message */
            aconst_null
            invokevirtual org.apache.commons.logging.LogAdapter$JavaUtilLog.log:(Ljava/util/logging/Level;Ljava/lang/Object;Ljava/lang/Throwable;)V
         1: .line 555
            return
        end local 1 // java.lang.Object message
        end local 0 // org.apache.commons.logging.LogAdapter$JavaUtilLog this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lorg/apache/commons/logging/LogAdapter$JavaUtilLog;
            0    2     1  message  Ljava/lang/Object;
    MethodParameters:
         Name  Flags
      message  

  public void error(java.lang.Object, java.lang.Throwable);
    descriptor: (Ljava/lang/Object;Ljava/lang/Throwable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // org.apache.commons.logging.LogAdapter$JavaUtilLog this
        start local 1 // java.lang.Object message
        start local 2 // java.lang.Throwable exception
         0: .line 559
            aload 0 /* this */
            getstatic java.util.logging.Level.SEVERE:Ljava/util/logging/Level;
            aload 1 /* message */
            aload 2 /* exception */
            invokevirtual org.apache.commons.logging.LogAdapter$JavaUtilLog.log:(Ljava/util/logging/Level;Ljava/lang/Object;Ljava/lang/Throwable;)V
         1: .line 560
            return
        end local 2 // java.lang.Throwable exception
        end local 1 // java.lang.Object message
        end local 0 // org.apache.commons.logging.LogAdapter$JavaUtilLog this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lorg/apache/commons/logging/LogAdapter$JavaUtilLog;
            0    2     1    message  Ljava/lang/Object;
            0    2     2  exception  Ljava/lang/Throwable;
    MethodParameters:
           Name  Flags
      message    
      exception  

  public void warn(java.lang.Object);
    descriptor: (Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.apache.commons.logging.LogAdapter$JavaUtilLog this
        start local 1 // java.lang.Object message
         0: .line 564
            aload 0 /* this */
            getstatic java.util.logging.Level.WARNING:Ljava/util/logging/Level;
            aload 1 /* message */
            aconst_null
            invokevirtual org.apache.commons.logging.LogAdapter$JavaUtilLog.log:(Ljava/util/logging/Level;Ljava/lang/Object;Ljava/lang/Throwable;)V
         1: .line 565
            return
        end local 1 // java.lang.Object message
        end local 0 // org.apache.commons.logging.LogAdapter$JavaUtilLog this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lorg/apache/commons/logging/LogAdapter$JavaUtilLog;
            0    2     1  message  Ljava/lang/Object;
    MethodParameters:
         Name  Flags
      message  

  public void warn(java.lang.Object, java.lang.Throwable);
    descriptor: (Ljava/lang/Object;Ljava/lang/Throwable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // org.apache.commons.logging.LogAdapter$JavaUtilLog this
        start local 1 // java.lang.Object message
        start local 2 // java.lang.Throwable exception
         0: .line 569
            aload 0 /* this */
            getstatic java.util.logging.Level.WARNING:Ljava/util/logging/Level;
            aload 1 /* message */
            aload 2 /* exception */
            invokevirtual org.apache.commons.logging.LogAdapter$JavaUtilLog.log:(Ljava/util/logging/Level;Ljava/lang/Object;Ljava/lang/Throwable;)V
         1: .line 570
            return
        end local 2 // java.lang.Throwable exception
        end local 1 // java.lang.Object message
        end local 0 // org.apache.commons.logging.LogAdapter$JavaUtilLog this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lorg/apache/commons/logging/LogAdapter$JavaUtilLog;
            0    2     1    message  Ljava/lang/Object;
            0    2     2  exception  Ljava/lang/Throwable;
    MethodParameters:
           Name  Flags
      message    
      exception  

  public void info(java.lang.Object);
    descriptor: (Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.apache.commons.logging.LogAdapter$JavaUtilLog this
        start local 1 // java.lang.Object message
         0: .line 574
            aload 0 /* this */
            getstatic java.util.logging.Level.INFO:Ljava/util/logging/Level;
            aload 1 /* message */
            aconst_null
            invokevirtual org.apache.commons.logging.LogAdapter$JavaUtilLog.log:(Ljava/util/logging/Level;Ljava/lang/Object;Ljava/lang/Throwable;)V
         1: .line 575
            return
        end local 1 // java.lang.Object message
        end local 0 // org.apache.commons.logging.LogAdapter$JavaUtilLog this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lorg/apache/commons/logging/LogAdapter$JavaUtilLog;
            0    2     1  message  Ljava/lang/Object;
    MethodParameters:
         Name  Flags
      message  

  public void info(java.lang.Object, java.lang.Throwable);
    descriptor: (Ljava/lang/Object;Ljava/lang/Throwable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // org.apache.commons.logging.LogAdapter$JavaUtilLog this
        start local 1 // java.lang.Object message
        start local 2 // java.lang.Throwable exception
         0: .line 579
            aload 0 /* this */
            getstatic java.util.logging.Level.INFO:Ljava/util/logging/Level;
            aload 1 /* message */
            aload 2 /* exception */
            invokevirtual org.apache.commons.logging.LogAdapter$JavaUtilLog.log:(Ljava/util/logging/Level;Ljava/lang/Object;Ljava/lang/Throwable;)V
         1: .line 580
            return
        end local 2 // java.lang.Throwable exception
        end local 1 // java.lang.Object message
        end local 0 // org.apache.commons.logging.LogAdapter$JavaUtilLog this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lorg/apache/commons/logging/LogAdapter$JavaUtilLog;
            0    2     1    message  Ljava/lang/Object;
            0    2     2  exception  Ljava/lang/Throwable;
    MethodParameters:
           Name  Flags
      message    
      exception  

  public void debug(java.lang.Object);
    descriptor: (Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.apache.commons.logging.LogAdapter$JavaUtilLog this
        start local 1 // java.lang.Object message
         0: .line 584
            aload 0 /* this */
            getstatic java.util.logging.Level.FINE:Ljava/util/logging/Level;
            aload 1 /* message */
            aconst_null
            invokevirtual org.apache.commons.logging.LogAdapter$JavaUtilLog.log:(Ljava/util/logging/Level;Ljava/lang/Object;Ljava/lang/Throwable;)V
         1: .line 585
            return
        end local 1 // java.lang.Object message
        end local 0 // org.apache.commons.logging.LogAdapter$JavaUtilLog this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lorg/apache/commons/logging/LogAdapter$JavaUtilLog;
            0    2     1  message  Ljava/lang/Object;
    MethodParameters:
         Name  Flags
      message  

  public void debug(java.lang.Object, java.lang.Throwable);
    descriptor: (Ljava/lang/Object;Ljava/lang/Throwable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // org.apache.commons.logging.LogAdapter$JavaUtilLog this
        start local 1 // java.lang.Object message
        start local 2 // java.lang.Throwable exception
         0: .line 589
            aload 0 /* this */
            getstatic java.util.logging.Level.FINE:Ljava/util/logging/Level;
            aload 1 /* message */
            aload 2 /* exception */
            invokevirtual org.apache.commons.logging.LogAdapter$JavaUtilLog.log:(Ljava/util/logging/Level;Ljava/lang/Object;Ljava/lang/Throwable;)V
         1: .line 590
            return
        end local 2 // java.lang.Throwable exception
        end local 1 // java.lang.Object message
        end local 0 // org.apache.commons.logging.LogAdapter$JavaUtilLog this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lorg/apache/commons/logging/LogAdapter$JavaUtilLog;
            0    2     1    message  Ljava/lang/Object;
            0    2     2  exception  Ljava/lang/Throwable;
    MethodParameters:
           Name  Flags
      message    
      exception  

  public void trace(java.lang.Object);
    descriptor: (Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.apache.commons.logging.LogAdapter$JavaUtilLog this
        start local 1 // java.lang.Object message
         0: .line 594
            aload 0 /* this */
            getstatic java.util.logging.Level.FINEST:Ljava/util/logging/Level;
            aload 1 /* message */
            aconst_null
            invokevirtual org.apache.commons.logging.LogAdapter$JavaUtilLog.log:(Ljava/util/logging/Level;Ljava/lang/Object;Ljava/lang/Throwable;)V
         1: .line 595
            return
        end local 1 // java.lang.Object message
        end local 0 // org.apache.commons.logging.LogAdapter$JavaUtilLog this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lorg/apache/commons/logging/LogAdapter$JavaUtilLog;
            0    2     1  message  Ljava/lang/Object;
    MethodParameters:
         Name  Flags
      message  

  public void trace(java.lang.Object, java.lang.Throwable);
    descriptor: (Ljava/lang/Object;Ljava/lang/Throwable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // org.apache.commons.logging.LogAdapter$JavaUtilLog this
        start local 1 // java.lang.Object message
        start local 2 // java.lang.Throwable exception
         0: .line 599
            aload 0 /* this */
            getstatic java.util.logging.Level.FINEST:Ljava/util/logging/Level;
            aload 1 /* message */
            aload 2 /* exception */
            invokevirtual org.apache.commons.logging.LogAdapter$JavaUtilLog.log:(Ljava/util/logging/Level;Ljava/lang/Object;Ljava/lang/Throwable;)V
         1: .line 600
            return
        end local 2 // java.lang.Throwable exception
        end local 1 // java.lang.Object message
        end local 0 // org.apache.commons.logging.LogAdapter$JavaUtilLog this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lorg/apache/commons/logging/LogAdapter$JavaUtilLog;
            0    2     1    message  Ljava/lang/Object;
            0    2     2  exception  Ljava/lang/Throwable;
    MethodParameters:
           Name  Flags
      message    
      exception  

  private void log(java.util.logging.Level, java.lang.Object, java.lang.Throwable);
    descriptor: (Ljava/util/logging/Level;Ljava/lang/Object;Ljava/lang/Throwable;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=5, args_size=4
        start local 0 // org.apache.commons.logging.LogAdapter$JavaUtilLog this
        start local 1 // java.util.logging.Level level
        start local 2 // java.lang.Object message
        start local 3 // java.lang.Throwable exception
         0: .line 603
            aload 0 /* this */
            getfield org.apache.commons.logging.LogAdapter$JavaUtilLog.logger:Ljava/util/logging/Logger;
            aload 1 /* level */
            invokevirtual java.util.logging.Logger.isLoggable:(Ljava/util/logging/Level;)Z
            ifeq 10
         1: .line 605
            aload 2 /* message */
            instanceof java.util.logging.LogRecord
            ifeq 4
         2: .line 606
            aload 2 /* message */
            checkcast java.util.logging.LogRecord
            astore 4 /* rec */
        start local 4 // java.util.logging.LogRecord rec
         3: .line 607
            goto 9
        end local 4 // java.util.logging.LogRecord rec
         4: .line 609
      StackMap locals:
      StackMap stack:
            new org.apache.commons.logging.LogAdapter$LocationResolvingLogRecord
            dup
            aload 1 /* level */
            aload 2 /* message */
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial org.apache.commons.logging.LogAdapter$LocationResolvingLogRecord.<init>:(Ljava/util/logging/Level;Ljava/lang/String;)V
            astore 4 /* rec */
        start local 4 // java.util.logging.LogRecord rec
         5: .line 610
            aload 4 /* rec */
            aload 0 /* this */
            getfield org.apache.commons.logging.LogAdapter$JavaUtilLog.name:Ljava/lang/String;
            invokevirtual java.util.logging.LogRecord.setLoggerName:(Ljava/lang/String;)V
         6: .line 611
            aload 4 /* rec */
            aload 0 /* this */
            getfield org.apache.commons.logging.LogAdapter$JavaUtilLog.logger:Ljava/util/logging/Logger;
            invokevirtual java.util.logging.Logger.getResourceBundleName:()Ljava/lang/String;
            invokevirtual java.util.logging.LogRecord.setResourceBundleName:(Ljava/lang/String;)V
         7: .line 612
            aload 4 /* rec */
            aload 0 /* this */
            getfield org.apache.commons.logging.LogAdapter$JavaUtilLog.logger:Ljava/util/logging/Logger;
            invokevirtual java.util.logging.Logger.getResourceBundle:()Ljava/util/ResourceBundle;
            invokevirtual java.util.logging.LogRecord.setResourceBundle:(Ljava/util/ResourceBundle;)V
         8: .line 613
            aload 4 /* rec */
            aload 3 /* exception */
            invokevirtual java.util.logging.LogRecord.setThrown:(Ljava/lang/Throwable;)V
         9: .line 615
      StackMap locals: java.util.logging.LogRecord
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.commons.logging.LogAdapter$JavaUtilLog.logger:Ljava/util/logging/Logger;
            aload 4 /* rec */
            invokevirtual java.util.logging.Logger.log:(Ljava/util/logging/LogRecord;)V
        end local 4 // java.util.logging.LogRecord rec
        10: .line 617
      StackMap locals:
      StackMap stack:
            return
        end local 3 // java.lang.Throwable exception
        end local 2 // java.lang.Object message
        end local 1 // java.util.logging.Level level
        end local 0 // org.apache.commons.logging.LogAdapter$JavaUtilLog this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   11     0       this  Lorg/apache/commons/logging/LogAdapter$JavaUtilLog;
            0   11     1      level  Ljava/util/logging/Level;
            0   11     2    message  Ljava/lang/Object;
            0   11     3  exception  Ljava/lang/Throwable;
            3    4     4        rec  Ljava/util/logging/LogRecord;
            5   10     4        rec  Ljava/util/logging/LogRecord;
    MethodParameters:
           Name  Flags
      level      
      message    
      exception  

  protected java.lang.Object readResolve();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.apache.commons.logging.LogAdapter$JavaUtilLog this
         0: .line 620
            new org.apache.commons.logging.LogAdapter$JavaUtilLog
            dup
            aload 0 /* this */
            getfield org.apache.commons.logging.LogAdapter$JavaUtilLog.name:Ljava/lang/String;
            invokespecial org.apache.commons.logging.LogAdapter$JavaUtilLog.<init>:(Ljava/lang/String;)V
            areturn
        end local 0 // org.apache.commons.logging.LogAdapter$JavaUtilLog this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/logging/LogAdapter$JavaUtilLog;
}
SourceFile: "LogAdapter.java"
NestHost: org.apache.commons.logging.LogAdapter
InnerClasses:
  private JavaUtilLog = org.apache.commons.logging.LogAdapter$JavaUtilLog of org.apache.commons.logging.LogAdapter
  private LocationResolvingLogRecord = org.apache.commons.logging.LogAdapter$LocationResolvingLogRecord of org.apache.commons.logging.LogAdapter