public final class org.apache.logging.log4j.core.config.CustomLevels
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: org.apache.logging.log4j.core.config.CustomLevels
  super_class: java.lang.Object
{
  private final java.util.List<org.apache.logging.log4j.core.config.CustomLevelConfig> customLevels;
    descriptor: Ljava/util/List;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/List<Lorg/apache/logging/log4j/core/config/CustomLevelConfig;>;

  private void <init>(org.apache.logging.log4j.core.config.CustomLevelConfig[]);
    descriptor: ([Lorg/apache/logging/log4j/core/config/CustomLevelConfig;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.apache.logging.log4j.core.config.CustomLevels this
        start local 1 // org.apache.logging.log4j.core.config.CustomLevelConfig[] customLevels
         0: .line 37
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 38
            aload 0 /* this */
            new java.util.ArrayList
            dup
            aload 1 /* customLevels */
            invokestatic java.util.Arrays.asList:([Ljava/lang/Object;)Ljava/util/List;
            invokespecial java.util.ArrayList.<init>:(Ljava/util/Collection;)V
            putfield org.apache.logging.log4j.core.config.CustomLevels.customLevels:Ljava/util/List;
         2: .line 39
            return
        end local 1 // org.apache.logging.log4j.core.config.CustomLevelConfig[] customLevels
        end local 0 // org.apache.logging.log4j.core.config.CustomLevels this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    3     0          this  Lorg/apache/logging/log4j/core/config/CustomLevels;
            0    3     1  customLevels  [Lorg/apache/logging/log4j/core/config/CustomLevelConfig;
    MethodParameters:
              Name  Flags
      customLevels  final

  public static org.apache.logging.log4j.core.config.CustomLevels createCustomLevels(org.apache.logging.log4j.core.config.CustomLevelConfig[]);
    descriptor: ([Lorg/apache/logging/log4j/core/config/CustomLevelConfig;)Lorg/apache/logging/log4j/core/config/CustomLevels;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.apache.logging.log4j.core.config.CustomLevelConfig[] customLevels
         0: .line 50
            new org.apache.logging.log4j.core.config.CustomLevels
            dup
            aload 0 /* customLevels */
            ifnonnull 1
            iconst_0
            anewarray org.apache.logging.log4j.core.config.CustomLevelConfig
            goto 2
      StackMap locals: org.apache.logging.log4j.core.config.CustomLevelConfig[]
      StackMap stack: new 0 new 0
         1: aload 0 /* customLevels */
      StackMap locals: org.apache.logging.log4j.core.config.CustomLevelConfig[]
      StackMap stack: new 0 new 0 org.apache.logging.log4j.core.config.CustomLevelConfig[]
         2: invokespecial org.apache.logging.log4j.core.config.CustomLevels.<init>:([Lorg/apache/logging/log4j/core/config/CustomLevelConfig;)V
            areturn
        end local 0 // org.apache.logging.log4j.core.config.CustomLevelConfig[] customLevels
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    3     0  customLevels  [Lorg/apache/logging/log4j/core/config/CustomLevelConfig;
    RuntimeVisibleAnnotations: 
      org.apache.logging.log4j.core.config.plugins.PluginFactory()
    RuntimeVisibleParameterAnnotations: 
      0:
        org.apache.logging.log4j.core.config.plugins.PluginElement(value = "CustomLevels")
    MethodParameters:
              Name  Flags
      customLevels  final

  public java.util.List<org.apache.logging.log4j.core.config.CustomLevelConfig> getCustomLevels();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.logging.log4j.core.config.CustomLevels this
         0: .line 58
            aload 0 /* this */
            getfield org.apache.logging.log4j.core.config.CustomLevels.customLevels:Ljava/util/List;
            areturn
        end local 0 // org.apache.logging.log4j.core.config.CustomLevels this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/logging/log4j/core/config/CustomLevels;
    Signature: ()Ljava/util/List<Lorg/apache/logging/log4j/core/config/CustomLevelConfig;>;
}
SourceFile: "CustomLevels.java"
    RuntimeVisibleAnnotations: 
      org.apache.logging.log4j.core.config.plugins.Plugin(name = "CustomLevels", category = "Core", printObject = true)