public final class org.apache.logging.log4j.core.util.Constants
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: org.apache.logging.log4j.core.util.Constants
  super_class: java.lang.Object
{
  public static final java.lang.String LOG4J_LOG_EVENT_FACTORY;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "Log4jLogEventFactory"

  public static final java.lang.String LOG4J_CONTEXT_SELECTOR;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "Log4jContextSelector"

  public static final java.lang.String LOG4J_DEFAULT_STATUS_LEVEL;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "Log4jDefaultStatusLevel"

  public static final java.lang.String JNDI_CONTEXT_NAME;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "java:comp/env/log4j/context-name"

  public static final int MILLIS_IN_SECONDS;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 1000

  public static final boolean FORMAT_MESSAGES_IN_BACKGROUND;
    descriptor: Z
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final boolean FORMAT_MESSAGES_PATTERN_DISABLE_LOOKUPS;
    descriptor: Z
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final boolean IS_WEB_APP;
    descriptor: Z
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final boolean ENABLE_THREADLOCALS;
    descriptor: Z
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final boolean ENABLE_DIRECT_ENCODERS;
    descriptor: Z
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final int INITIAL_REUSABLE_MESSAGE_SIZE;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final int MAX_REUSABLE_MESSAGE_SIZE;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final int ENCODER_CHAR_BUFFER_SIZE;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final int ENCODER_BYTE_BUFFER_SIZE;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=0, args_size=0
         0: .line 54
            invokestatic org.apache.logging.log4j.util.PropertiesUtil.getProperties:()Lorg/apache/logging/log4j/util/PropertiesUtil;
         1: .line 55
            ldc "log4j.format.msg.async"
            iconst_0
         2: .line 54
            invokevirtual org.apache.logging.log4j.util.PropertiesUtil.getBooleanProperty:(Ljava/lang/String;Z)Z
            putstatic org.apache.logging.log4j.core.util.Constants.FORMAT_MESSAGES_IN_BACKGROUND:Z
         3: .line 63
            invokestatic org.apache.logging.log4j.util.PropertiesUtil.getProperties:()Lorg/apache/logging/log4j/util/PropertiesUtil;
         4: .line 64
            ldc "log4j2.formatMsgNoLookups"
            iconst_0
         5: .line 63
            invokevirtual org.apache.logging.log4j.util.PropertiesUtil.getBooleanProperty:(Ljava/lang/String;Z)Z
            putstatic org.apache.logging.log4j.core.util.Constants.FORMAT_MESSAGES_PATTERN_DISABLE_LOOKUPS:Z
         6: .line 71
            getstatic org.apache.logging.log4j.util.Constants.IS_WEB_APP:Z
            putstatic org.apache.logging.log4j.core.util.Constants.IS_WEB_APP:Z
         7: .line 81
            getstatic org.apache.logging.log4j.util.Constants.ENABLE_THREADLOCALS:Z
            putstatic org.apache.logging.log4j.core.util.Constants.ENABLE_THREADLOCALS:Z
         8: .line 94
            invokestatic org.apache.logging.log4j.util.PropertiesUtil.getProperties:()Lorg/apache/logging/log4j/util/PropertiesUtil;
         9: .line 95
            ldc "log4j2.enable.direct.encoders"
            iconst_1
        10: .line 94
            invokevirtual org.apache.logging.log4j.util.PropertiesUtil.getBooleanProperty:(Ljava/lang/String;Z)Z
            putstatic org.apache.logging.log4j.core.util.Constants.ENABLE_DIRECT_ENCODERS:Z
        11: .line 106
            ldc "log4j.initialReusableMsgSize"
            sipush 128
            invokestatic org.apache.logging.log4j.core.util.Constants.size:(Ljava/lang/String;I)I
            putstatic org.apache.logging.log4j.core.util.Constants.INITIAL_REUSABLE_MESSAGE_SIZE:I
        12: .line 117
            ldc "log4j.maxReusableMsgSize"
            sipush 518
            invokestatic org.apache.logging.log4j.core.util.Constants.size:(Ljava/lang/String;I)I
            putstatic org.apache.logging.log4j.core.util.Constants.MAX_REUSABLE_MESSAGE_SIZE:I
        13: .line 126
            ldc "log4j.encoder.charBufferSize"
            sipush 2048
            invokestatic org.apache.logging.log4j.core.util.Constants.size:(Ljava/lang/String;I)I
            putstatic org.apache.logging.log4j.core.util.Constants.ENCODER_CHAR_BUFFER_SIZE:I
        14: .line 136
            ldc "log4j.encoder.byteBufferSize"
            sipush 8192
            invokestatic org.apache.logging.log4j.core.util.Constants.size:(Ljava/lang/String;I)I
            putstatic org.apache.logging.log4j.core.util.Constants.ENCODER_BYTE_BUFFER_SIZE:I
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private static int size(java.lang.String, int);
    descriptor: (Ljava/lang/String;I)I
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // java.lang.String property
        start local 1 // int defaultValue
         0: .line 140
            invokestatic org.apache.logging.log4j.util.PropertiesUtil.getProperties:()Lorg/apache/logging/log4j/util/PropertiesUtil;
            aload 0 /* property */
            iload 1 /* defaultValue */
            invokevirtual org.apache.logging.log4j.util.PropertiesUtil.getIntegerProperty:(Ljava/lang/String;I)I
            ireturn
        end local 1 // int defaultValue
        end local 0 // java.lang.String property
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    1     0      property  Ljava/lang/String;
            0    1     1  defaultValue  I
    MethodParameters:
              Name  Flags
      property      final
      defaultValue  final

  private void <init>();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.logging.log4j.core.util.Constants this
         0: .line 146
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 147
            return
        end local 0 // org.apache.logging.log4j.core.util.Constants this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/logging/log4j/core/util/Constants;
}
SourceFile: "Constants.java"