public final class io.netty.handler.logging.LogLevel extends java.lang.Enum<io.netty.handler.logging.LogLevel>
  minor version: 0
  major version: 59
  flags: flags: (0x4031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER, ACC_ANNOTATION
  this_class: io.netty.handler.logging.LogLevel
  super_class: java.lang.Enum
{
  public static final io.netty.handler.logging.LogLevel TRACE;
    descriptor: Lio/netty/handler/logging/LogLevel;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final io.netty.handler.logging.LogLevel DEBUG;
    descriptor: Lio/netty/handler/logging/LogLevel;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final io.netty.handler.logging.LogLevel INFO;
    descriptor: Lio/netty/handler/logging/LogLevel;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final io.netty.handler.logging.LogLevel WARN;
    descriptor: Lio/netty/handler/logging/LogLevel;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final io.netty.handler.logging.LogLevel ERROR;
    descriptor: Lio/netty/handler/logging/LogLevel;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  private final io.netty.util.internal.logging.InternalLogLevel internalLevel;
    descriptor: Lio/netty/util/internal/logging/InternalLogLevel;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private static final io.netty.handler.logging.LogLevel[] ENUM$VALUES;
    descriptor: [Lio/netty/handler/logging/LogLevel;
    flags: (0x101a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL, ACC_SYNTHETIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=5, locals=0, args_size=0
         0: .line 24
            new io.netty.handler.logging.LogLevel
            dup
            ldc "TRACE"
            iconst_0
            getstatic io.netty.util.internal.logging.InternalLogLevel.TRACE:Lio/netty/util/internal/logging/InternalLogLevel;
            invokespecial io.netty.handler.logging.LogLevel.<init>:(Ljava/lang/String;ILio/netty/util/internal/logging/InternalLogLevel;)V
            putstatic io.netty.handler.logging.LogLevel.TRACE:Lio/netty/handler/logging/LogLevel;
         1: .line 25
            new io.netty.handler.logging.LogLevel
            dup
            ldc "DEBUG"
            iconst_1
            getstatic io.netty.util.internal.logging.InternalLogLevel.DEBUG:Lio/netty/util/internal/logging/InternalLogLevel;
            invokespecial io.netty.handler.logging.LogLevel.<init>:(Ljava/lang/String;ILio/netty/util/internal/logging/InternalLogLevel;)V
            putstatic io.netty.handler.logging.LogLevel.DEBUG:Lio/netty/handler/logging/LogLevel;
         2: .line 26
            new io.netty.handler.logging.LogLevel
            dup
            ldc "INFO"
            iconst_2
            getstatic io.netty.util.internal.logging.InternalLogLevel.INFO:Lio/netty/util/internal/logging/InternalLogLevel;
            invokespecial io.netty.handler.logging.LogLevel.<init>:(Ljava/lang/String;ILio/netty/util/internal/logging/InternalLogLevel;)V
            putstatic io.netty.handler.logging.LogLevel.INFO:Lio/netty/handler/logging/LogLevel;
         3: .line 27
            new io.netty.handler.logging.LogLevel
            dup
            ldc "WARN"
            iconst_3
            getstatic io.netty.util.internal.logging.InternalLogLevel.WARN:Lio/netty/util/internal/logging/InternalLogLevel;
            invokespecial io.netty.handler.logging.LogLevel.<init>:(Ljava/lang/String;ILio/netty/util/internal/logging/InternalLogLevel;)V
            putstatic io.netty.handler.logging.LogLevel.WARN:Lio/netty/handler/logging/LogLevel;
         4: .line 28
            new io.netty.handler.logging.LogLevel
            dup
            ldc "ERROR"
            iconst_4
            getstatic io.netty.util.internal.logging.InternalLogLevel.ERROR:Lio/netty/util/internal/logging/InternalLogLevel;
            invokespecial io.netty.handler.logging.LogLevel.<init>:(Ljava/lang/String;ILio/netty/util/internal/logging/InternalLogLevel;)V
            putstatic io.netty.handler.logging.LogLevel.ERROR:Lio/netty/handler/logging/LogLevel;
         5: .line 23
            iconst_5
            anewarray io.netty.handler.logging.LogLevel
            dup
            iconst_0
            getstatic io.netty.handler.logging.LogLevel.TRACE:Lio/netty/handler/logging/LogLevel;
            aastore
            dup
            iconst_1
            getstatic io.netty.handler.logging.LogLevel.DEBUG:Lio/netty/handler/logging/LogLevel;
            aastore
            dup
            iconst_2
            getstatic io.netty.handler.logging.LogLevel.INFO:Lio/netty/handler/logging/LogLevel;
            aastore
            dup
            iconst_3
            getstatic io.netty.handler.logging.LogLevel.WARN:Lio/netty/handler/logging/LogLevel;
            aastore
            dup
            iconst_4
            getstatic io.netty.handler.logging.LogLevel.ERROR:Lio/netty/handler/logging/LogLevel;
            aastore
            putstatic io.netty.handler.logging.LogLevel.ENUM$VALUES:[Lio/netty/handler/logging/LogLevel;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private void <init>(java.lang.String, int, io.netty.util.internal.logging.InternalLogLevel);
    descriptor: (Ljava/lang/String;ILio/netty/util/internal/logging/InternalLogLevel;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // io.netty.handler.logging.LogLevel this
        start local 3 // io.netty.util.internal.logging.InternalLogLevel internalLevel
         0: .line 32
            aload 0 /* this */
            aload 1
            iload 2
            invokespecial java.lang.Enum.<init>:(Ljava/lang/String;I)V
         1: .line 33
            aload 0 /* this */
            aload 3 /* internalLevel */
            putfield io.netty.handler.logging.LogLevel.internalLevel:Lio/netty/util/internal/logging/InternalLogLevel;
         2: .line 34
            return
        end local 3 // io.netty.util.internal.logging.InternalLogLevel internalLevel
        end local 0 // io.netty.handler.logging.LogLevel this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    3     0           this  Lio/netty/handler/logging/LogLevel;
            0    3     3  internalLevel  Lio/netty/util/internal/logging/InternalLogLevel;
    MethodParameters:
               Name  Flags
      $enum$name     
      $enum$ordinal  
      internalLevel  

  public io.netty.util.internal.logging.InternalLogLevel toInternalLevel();
    descriptor: ()Lio/netty/util/internal/logging/InternalLogLevel;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.handler.logging.LogLevel this
         0: .line 44
            aload 0 /* this */
            getfield io.netty.handler.logging.LogLevel.internalLevel:Lio/netty/util/internal/logging/InternalLogLevel;
            areturn
        end local 0 // io.netty.handler.logging.LogLevel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/handler/logging/LogLevel;

  public static io.netty.handler.logging.LogLevel[] values();
    descriptor: ()[Lio/netty/handler/logging/LogLevel;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=3, args_size=0
         0: .line 1
            getstatic io.netty.handler.logging.LogLevel.ENUM$VALUES:[Lio/netty/handler/logging/LogLevel;
            dup
            astore 0
            iconst_0
            aload 0
            arraylength
            dup
            istore 1
            anewarray io.netty.handler.logging.LogLevel
            dup
            astore 2
            iconst_0
            iload 1
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
            aload 2
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public static io.netty.handler.logging.LogLevel valueOf(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/netty/handler/logging/LogLevel;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
         0: .line 1
            ldc Lio/netty/handler/logging/LogLevel;
            aload 0
            invokestatic java.lang.Enum.valueOf:(Ljava/lang/Class;Ljava/lang/String;)Ljava/lang/Enum;
            checkcast io.netty.handler.logging.LogLevel
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    MethodParameters:
      Name  Flags
      name  
}
Signature: Ljava/lang/Enum<Lio/netty/handler/logging/LogLevel;>;
SourceFile: "LogLevel.java"