public final class org.apache.avalon.framework.logger.LogKit2AvalonLoggerAdapter
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: org.apache.avalon.framework.logger.LogKit2AvalonLoggerAdapter
  super_class: java.lang.Object
{
  private final org.apache.avalon.framework.logger.Logger m_logger;
    descriptor: Lorg/apache/avalon/framework/logger/Logger;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public static org.apache.log.Logger createLogger(org.apache.avalon.framework.logger.Logger);
    descriptor: (Lorg/apache/avalon/framework/logger/Logger;)Lorg/apache/log/Logger;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
         0: .line 48
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\torg.apache.log.Logger cannot be resolved to a type\n\tHierarchy cannot be resolved to a type\n\tHierarchy cannot be resolved to a type\n\torg.apache.log.Logger cannot be resolved to a type\n\tLogTarget cannot be resolved to a type\n\tType mismatch: cannot convert from LogKit2AvalonLoggerAdapter to LogTarget\n\tPriority cannot be resolved to a variable\n\tPriority cannot be resolved to a variable\n\tPriority cannot be resolved to a variable\n\tPriority cannot be resolved to a variable\n\tPriority cannot be resolved to a variable\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    MethodParameters:
        Name  Flags
      logger  final

  public void <init>(org.apache.avalon.framework.logger.Logger);
    descriptor: (Lorg/apache/avalon/framework/logger/Logger;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.apache.avalon.framework.logger.LogKit2AvalonLoggerAdapter this
         0: .line 19
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import org.apache.log.Hierarchy cannot be resolved\n\tThe import org.apache.log.LogEvent cannot be resolved\n\tThe import org.apache.log.LogTarget cannot be resolved\n\tThe import org.apache.log.Priority cannot be resolved\n\tLogTarget cannot be resolved to a type\n\tLogEvent cannot be resolved to a type\n\tPriority cannot be resolved to a type\n\tPriority cannot be resolved to a variable\n\tPriority cannot be resolved to a variable\n\tPriority cannot be resolved to a variable\n\tPriority cannot be resolved to a variable\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.apache.avalon.framework.logger.LogKit2AvalonLoggerAdapter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/avalon/framework/logger/LogKit2AvalonLoggerAdapter;
    MethodParameters:
        Name  Flags
      logger  final

  public void processEvent(LogEvent);
    descriptor: (LLogEvent;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.apache.avalon.framework.logger.LogKit2AvalonLoggerAdapter this
         0: .line 99
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tLogEvent cannot be resolved to a type\n\tPriority cannot be resolved to a type\n\tPriority cannot be resolved to a variable\n\tPriority cannot be resolved to a variable\n\tPriority cannot be resolved to a variable\n\tPriority cannot be resolved to a variable\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.apache.avalon.framework.logger.LogKit2AvalonLoggerAdapter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/avalon/framework/logger/LogKit2AvalonLoggerAdapter;
    MethodParameters:
       Name  Flags
      event  
}
SourceFile: "LogKit2AvalonLoggerAdapter.java"