final class org.jboss.logging.JBossLogManagerLogger extends org.jboss.logging.Logger
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: org.jboss.logging.JBossLogManagerLogger
  super_class: org.jboss.logging.Logger
{
  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 7429618317727584742

  private final org.jboss.logmanager.Logger logger;
    descriptor: Lorg/jboss/logmanager/Logger;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  void <init>(java.lang.String, org.jboss.logmanager.Logger);
    descriptor: (Ljava/lang/String;Lorg/jboss/logmanager/Logger;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.jboss.logging.JBossLogManagerLogger this
         0: .line 21
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import org.jboss.logmanager cannot be resolved\n\torg.jboss.logmanager cannot be resolved to a type\n\torg.jboss.logmanager cannot be resolved to a type\n\tLogger cannot be resolved to a type\n\tLogger cannot be resolved to a type\n\tLogger cannot be resolved to a type\n\tLogger cannot be resolved to a type\n\tLogger cannot be resolved to a type\n\tExtLogRecord cannot be resolved to a variable\n\tLogger cannot be resolved to a type\n\tLogger cannot be resolved to a type\n\tExtLogRecord cannot be resolved to a variable\n\torg.jboss.logmanager.Level cannot be resolved to a variable\n\torg.jboss.logmanager.Level cannot be resolved to a variable\n\torg.jboss.logmanager.Level cannot be resolved to a variable\n\torg.jboss.logmanager.Level cannot be resolved to a variable\n\torg.jboss.logmanager.Level cannot be resolved to a variable\n\torg.jboss.logmanager.Level cannot be resolved to a variable\n\torg.jboss.logmanager.Level cannot be resolved to a variable\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.jboss.logging.JBossLogManagerLogger this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jboss/logging/JBossLogManagerLogger;
    MethodParameters:
        Name  Flags
      name    final
      logger  final

  public boolean isEnabled(org.jboss.logging.Logger$Level);
    descriptor: (Lorg/jboss/logging/Logger$Level;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.jboss.logging.JBossLogManagerLogger this
         0: .line 35
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tLogger cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.jboss.logging.JBossLogManagerLogger this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jboss/logging/JBossLogManagerLogger;
    MethodParameters:
       Name  Flags
      level  final

  protected void doLog(org.jboss.logging.Logger$Level, java.lang.String, java.lang.Object, java.lang.Object[], java.lang.Throwable);
    descriptor: (Lorg/jboss/logging/Logger$Level;Ljava/lang/String;Ljava/lang/Object;[Ljava/lang/Object;Ljava/lang/Throwable;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=6, args_size=6
        start local 0 // org.jboss.logging.JBossLogManagerLogger this
         0: .line 40
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tLogger cannot be resolved to a type\n\tLogger cannot be resolved to a type\n\tLogger cannot be resolved to a type\n\tExtLogRecord cannot be resolved to a variable\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.jboss.logging.JBossLogManagerLogger this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jboss/logging/JBossLogManagerLogger;
    MethodParameters:
                 Name  Flags
      level            final
      loggerClassName  final
      message          final
      parameters       final
      thrown           final

  protected void doLogf(org.jboss.logging.Logger$Level, java.lang.String, java.lang.String, java.lang.Object[], java.lang.Throwable);
    descriptor: (Lorg/jboss/logging/Logger$Level;Ljava/lang/String;Ljava/lang/String;[Ljava/lang/Object;Ljava/lang/Throwable;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=6, args_size=6
        start local 0 // org.jboss.logging.JBossLogManagerLogger this
         0: .line 51
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tLogger cannot be resolved to a type\n\tLogger cannot be resolved to a type\n\tExtLogRecord cannot be resolved to a variable\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.jboss.logging.JBossLogManagerLogger this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jboss/logging/JBossLogManagerLogger;
    MethodParameters:
                 Name  Flags
      level            final
      loggerClassName  final
      format           final
      parameters       final
      thrown           final

  private static java.util.logging.Level translate(org.jboss.logging.Logger$Level);
    descriptor: (Lorg/jboss/logging/Logger$Level;)Ljava/util/logging/Level;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
         0: .line 59
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\torg.jboss.logmanager.Level cannot be resolved to a variable\n\torg.jboss.logmanager.Level 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
      level  final

  private static java.util.logging.Level infoOrHigher(org.jboss.logging.Logger$Level);
    descriptor: (Lorg/jboss/logging/Logger$Level;)Ljava/util/logging/Level;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
         0: .line 68
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\torg.jboss.logmanager.Level cannot be resolved to a variable\n\torg.jboss.logmanager.Level cannot be resolved to a variable\n\torg.jboss.logmanager.Level cannot be resolved to a variable\n\torg.jboss.logmanager.Level cannot be resolved to a variable\n\torg.jboss.logmanager.Level 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
      level  final
}
SourceFile: "JBossLogManagerLogger.java"
InnerClasses:
  public final Level = org.jboss.logging.Logger$Level of org.jboss.logging.Logger