public class io.netty.util.internal.logging.Slf4JLoggerFactory extends io.netty.util.internal.logging.InternalLoggerFactory
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: io.netty.util.internal.logging.Slf4JLoggerFactory
super_class: io.netty.util.internal.logging.InternalLoggerFactory
{
public static final io.netty.util.internal.logging.InternalLoggerFactory INSTANCE;
descriptor: Lio/netty/util/internal/logging/InternalLoggerFactory;
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
static final boolean $assertionsDisabled;
descriptor: Z
flags: (0x1018) ACC_STATIC, ACC_FINAL, ACC_SYNTHETIC
static void <clinit>();
descriptor: ()V
flags: (0x0008) ACC_STATIC
Code:
stack=2, locals=0, args_size=0
0: ldc Lio/netty/util/internal/logging/Slf4JLoggerFactory;
invokevirtual java.lang.Class.desiredAssertionStatus:()Z
ifne 1
iconst_1
goto 2
StackMap locals:
StackMap stack:
1: iconst_0
StackMap locals:
StackMap stack: int
2: putstatic io.netty.util.internal.logging.Slf4JLoggerFactory.$assertionsDisabled:Z
3: new io.netty.util.internal.logging.Slf4JLoggerFactory
dup
invokespecial io.netty.util.internal.logging.Slf4JLoggerFactory.<init>:()V
putstatic io.netty.util.internal.logging.Slf4JLoggerFactory.INSTANCE:Lio/netty/util/internal/logging/InternalLoggerFactory;
return
LocalVariableTable:
Start End Slot Name Signature
public void <init>();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokespecial io.netty.util.internal.logging.InternalLoggerFactory.<init>:()V
1: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/netty/util/internal/logging/Slf4JLoggerFactory;
RuntimeVisibleAnnotations:
java.lang.Deprecated()
void <init>(boolean);
descriptor: (Z)V
flags: (0x0000)
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: aload 0
invokespecial io.netty.util.internal.logging.InternalLoggerFactory.<init>:()V
1: getstatic io.netty.util.internal.logging.Slf4JLoggerFactory.$assertionsDisabled:Z
ifne 2
iload 1
ifne 2
new java.lang.AssertionError
dup
invokespecial java.lang.AssertionError.<init>:()V
athrow
2: StackMap locals: io.netty.util.internal.logging.Slf4JLoggerFactory int
StackMap stack:
invokestatic org.slf4j.LoggerFactory.getILoggerFactory:()Lorg/slf4j/ILoggerFactory;
instanceof org.slf4j.helpers.NOPLoggerFactory
ifeq 4
3: new java.lang.NoClassDefFoundError
dup
ldc "NOPLoggerFactory not supported"
invokespecial java.lang.NoClassDefFoundError.<init>:(Ljava/lang/String;)V
athrow
4: StackMap locals:
StackMap stack:
return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lio/netty/util/internal/logging/Slf4JLoggerFactory;
0 5 1 failIfNOP Z
MethodParameters:
Name Flags
failIfNOP
public io.netty.util.internal.logging.InternalLogger newInstance(java.lang.String);
descriptor: (Ljava/lang/String;)Lio/netty/util/internal/logging/InternalLogger;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: new io.netty.util.internal.logging.Slf4JLogger
dup
aload 1
invokestatic org.slf4j.LoggerFactory.getLogger:(Ljava/lang/String;)Lorg/slf4j/Logger;
invokespecial io.netty.util.internal.logging.Slf4JLogger.<init>:(Lorg/slf4j/Logger;)V
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/util/internal/logging/Slf4JLoggerFactory;
0 1 1 name Ljava/lang/String;
MethodParameters:
Name Flags
name
}
SourceFile: "Slf4JLoggerFactory.java"