final class org.jboss.logging.JBossLogManagerProvider implements org.jboss.logging.LoggerProvider
minor version: 0
major version: 59
flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
this_class: org.jboss.logging.JBossLogManagerProvider
super_class: java.lang.Object
{
private static final AttachmentKey<org.jboss.logging.Logger> KEY;
descriptor: LAttachmentKey;
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
Signature: LAttachmentKey<Lorg/jboss/logging/Logger;>;
private static final AttachmentKey<java.util.concurrent.ConcurrentMap<java.lang.String, org.jboss.logging.Logger>> LEGACY_KEY;
descriptor: LAttachmentKey;
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
Signature: LAttachmentKey<Ljava/util/concurrent/ConcurrentMap<Ljava/lang/String;Lorg/jboss/logging/Logger;>;>;
void <init>();
descriptor: ()V
flags: (0x0000)
Code:
stack=3, locals=1, args_size=1
start local 0 0: new java.lang.Error
dup
ldc "Unresolved compilation problems: \n\tThe import org.jboss.logmanager cannot be resolved\n\tThe import org.jboss.logmanager cannot be resolved\n\tThe import org.jboss.logmanager cannot be resolved\n\tThe import org.jboss.logmanager cannot be resolved\n\tAttachmentKey cannot be resolved to a type\n\tAttachmentKey cannot be resolved to a type\n\tAttachmentKey cannot be resolved to a type\n\tAttachmentKey cannot be resolved to a type\n\torg.jboss.logmanager cannot be resolved to a type\n\tLogContext cannot be resolved\n\tAttachmentKey cannot be resolved to a type\n\tAttachmentKey cannot be resolved to a type\n\torg.jboss.logmanager cannot be resolved to a type\n\torg.jboss.logmanager.Logger cannot be resolved to a type\n\tLogContext cannot be resolved\n\tAttachmentKey cannot be resolved to a type\n\torg.jboss.logmanager cannot be resolved to a type\n\torg.jboss.logmanager.Logger cannot be resolved to a type\n\tAttachmentKey cannot be resolved to a type\n\tThe method copy() is undefined for the type MDC\n\tThe method trimTo(int) is undefined for the type NDC\n"
invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/jboss/logging/JBossLogManagerProvider;
public org.jboss.logging.Logger getLogger(java.lang.String);
descriptor: (Ljava/lang/String;)Lorg/jboss/logging/Logger;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=2
start local 0 0: new java.lang.Error
dup
ldc "Unresolved compilation problem: \n"
invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/jboss/logging/JBossLogManagerProvider;
MethodParameters:
Name Flags
name final
private static org.jboss.logging.Logger doLegacyGetLogger(java.lang.String);
descriptor: (Ljava/lang/String;)Lorg/jboss/logging/Logger;
flags: (0x000a) ACC_PRIVATE, ACC_STATIC
Code:
stack=3, locals=1, args_size=1
0: new java.lang.Error
dup
ldc "Unresolved compilation problems: \n\torg.jboss.logmanager cannot be resolved to a type\n\tLogContext cannot be resolved\n\tAttachmentKey cannot be resolved to a type\n\tAttachmentKey cannot be resolved to a type\n\torg.jboss.logmanager cannot be resolved to a type\n\torg.jboss.logmanager.Logger cannot be resolved to a type\n"
invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
athrow
LocalVariableTable:
Start End Slot Name Signature
MethodParameters:
Name Flags
name final
private static org.jboss.logging.Logger doGetLogger(java.lang.String);
descriptor: (Ljava/lang/String;)Lorg/jboss/logging/Logger;
flags: (0x000a) ACC_PRIVATE, ACC_STATIC
Code:
stack=3, locals=1, args_size=1
0: new java.lang.Error
dup
ldc "Unresolved compilation problems: \n\tLogContext cannot be resolved\n\tAttachmentKey cannot be resolved to a type\n\torg.jboss.logmanager cannot be resolved to a type\n\torg.jboss.logmanager.Logger cannot be resolved to a type\n\tAttachmentKey cannot be resolved to a type\n"
invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
athrow
LocalVariableTable:
Start End Slot Name Signature
MethodParameters:
Name Flags
name final
public void clearMdc();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: new java.lang.Error
dup
ldc "Unresolved compilation problem: \n"
invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/jboss/logging/JBossLogManagerProvider;
public java.lang.Object putMdc(java.lang.String, java.lang.Object);
descriptor: (Ljava/lang/String;Ljava/lang/Object;)Ljava/lang/Object;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=3
start local 0 0: new java.lang.Error
dup
ldc "Unresolved compilation problem: \n"
invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/jboss/logging/JBossLogManagerProvider;
MethodParameters:
Name Flags
key final
value final
public java.lang.Object getMdc(java.lang.String);
descriptor: (Ljava/lang/String;)Ljava/lang/Object;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=2
start local 0 0: new java.lang.Error
dup
ldc "Unresolved compilation problem: \n"
invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/jboss/logging/JBossLogManagerProvider;
MethodParameters:
Name Flags
key final
public void removeMdc(java.lang.String);
descriptor: (Ljava/lang/String;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=2
start local 0 0: new java.lang.Error
dup
ldc "Unresolved compilation problem: \n"
invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/jboss/logging/JBossLogManagerProvider;
MethodParameters:
Name Flags
key final
public java.util.Map<java.lang.String, java.lang.Object> getMdcMap();
descriptor: ()Ljava/util/Map;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: new java.lang.Error
dup
ldc "Unresolved compilation problem: \n\tThe method copy() is undefined for the type MDC\n"
invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/jboss/logging/JBossLogManagerProvider;
Signature: ()Ljava/util/Map<Ljava/lang/String;Ljava/lang/Object;>;
public void clearNdc();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: new java.lang.Error
dup
ldc "Unresolved compilation problem: \n"
invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/jboss/logging/JBossLogManagerProvider;
public java.lang.String getNdc();
descriptor: ()Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: new java.lang.Error
dup
ldc "Unresolved compilation problem: \n"
invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/jboss/logging/JBossLogManagerProvider;
public int getNdcDepth();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: new java.lang.Error
dup
ldc "Unresolved compilation problem: \n"
invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/jboss/logging/JBossLogManagerProvider;
public java.lang.String popNdc();
descriptor: ()Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: new java.lang.Error
dup
ldc "Unresolved compilation problem: \n"
invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/jboss/logging/JBossLogManagerProvider;
public java.lang.String peekNdc();
descriptor: ()Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: new java.lang.Error
dup
ldc "Unresolved compilation problem: \n"
invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/jboss/logging/JBossLogManagerProvider;
public void pushNdc(java.lang.String);
descriptor: (Ljava/lang/String;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=2
start local 0 0: new java.lang.Error
dup
ldc "Unresolved compilation problem: \n"
invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/jboss/logging/JBossLogManagerProvider;
MethodParameters:
Name Flags
message final
public void setNdcMaxDepth(int);
descriptor: (I)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=2
start local 0 0: new java.lang.Error
dup
ldc "Unresolved compilation problem: \n\tThe method trimTo(int) is undefined for the type NDC\n"
invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/jboss/logging/JBossLogManagerProvider;
MethodParameters:
Name Flags
maxDepth final
}
SourceFile: "JBossLogManagerProvider.java"
NestMembers:
org.jboss.logging.JBossLogManagerProvider$1