public final class org.apache.logging.log4j.core.util.Constants extends java.lang.Object
{
public static final java.lang.String LOG4J_LOG_EVENT_FACTORY;
public static final java.lang.String LOG4J_CONTEXT_SELECTOR;
public static final java.lang.String LOG4J_DEFAULT_STATUS_LEVEL;
public static final java.lang.String JNDI_CONTEXT_NAME;
public static final java.lang.String SCRIPT_LANGUAGES;
public static final int MILLIS_IN_SECONDS;
public static final boolean FORMAT_MESSAGES_IN_BACKGROUND;
public static final boolean FORMAT_MESSAGES_PATTERN_DISABLE_LOOKUPS;
public static final boolean IS_WEB_APP;
public static final boolean ENABLE_THREADLOCALS;
public static final boolean ENABLE_DIRECT_ENCODERS;
public static final int INITIAL_REUSABLE_MESSAGE_SIZE;
public static final int MAX_REUSABLE_MESSAGE_SIZE;
public static final int ENCODER_CHAR_BUFFER_SIZE;
public static final int ENCODER_BYTE_BUFFER_SIZE;
private static int size(java.lang.String, int)
{
int v, v;
java.lang.String v;
org.apache.logging.log4j.util.PropertiesUtil v;
v := @parameter: java.lang.String;
v := @parameter: int;
v = staticinvoke <org.apache.logging.log4j.util.PropertiesUtil: org.apache.logging.log4j.util.PropertiesUtil getProperties()>();
v = virtualinvoke v.<org.apache.logging.log4j.util.PropertiesUtil: int getIntegerProperty(java.lang.String,int)>(v, v);
return v;
}
private void <init>()
{
org.apache.logging.log4j.core.util.Constants v;
v := @this: org.apache.logging.log4j.core.util.Constants;
specialinvoke v.<java.lang.Object: void <init>()>();
return;
}
static void <clinit>()
{
org.apache.logging.log4j.util.PropertiesUtil v, v, v;
int v, v, v, v;
boolean v, v, v, v, v;
v = staticinvoke <org.apache.logging.log4j.util.PropertiesUtil: org.apache.logging.log4j.util.PropertiesUtil getProperties()>();
v = virtualinvoke v.<org.apache.logging.log4j.util.PropertiesUtil: boolean getBooleanProperty(java.lang.String,boolean)>("log4j.format.msg.async", 0);
<org.apache.logging.log4j.core.util.Constants: boolean FORMAT_MESSAGES_IN_BACKGROUND> = v;
v = staticinvoke <org.apache.logging.log4j.util.PropertiesUtil: org.apache.logging.log4j.util.PropertiesUtil getProperties()>();
v = virtualinvoke v.<org.apache.logging.log4j.util.PropertiesUtil: boolean getBooleanProperty(java.lang.String,boolean)>("log4j.formatMsgNoLookups", 1);
<org.apache.logging.log4j.core.util.Constants: boolean FORMAT_MESSAGES_PATTERN_DISABLE_LOOKUPS> = v;
v = <org.apache.logging.log4j.util.Constants: boolean IS_WEB_APP>;
<org.apache.logging.log4j.core.util.Constants: boolean IS_WEB_APP> = v;
v = <org.apache.logging.log4j.util.Constants: boolean ENABLE_THREADLOCALS>;
<org.apache.logging.log4j.core.util.Constants: boolean ENABLE_THREADLOCALS> = v;
v = staticinvoke <org.apache.logging.log4j.util.PropertiesUtil: org.apache.logging.log4j.util.PropertiesUtil getProperties()>();
v = virtualinvoke v.<org.apache.logging.log4j.util.PropertiesUtil: boolean getBooleanProperty(java.lang.String,boolean)>("log4j.enable.direct.encoders", 1);
<org.apache.logging.log4j.core.util.Constants: boolean ENABLE_DIRECT_ENCODERS> = v;
v = staticinvoke <org.apache.logging.log4j.core.util.Constants: int size(java.lang.String,int)>("log4j.initialReusableMsgSize", 128);
<org.apache.logging.log4j.core.util.Constants: int INITIAL_REUSABLE_MESSAGE_SIZE> = v;
v = staticinvoke <org.apache.logging.log4j.core.util.Constants: int size(java.lang.String,int)>("log4j.maxReusableMsgSize", 518);
<org.apache.logging.log4j.core.util.Constants: int MAX_REUSABLE_MESSAGE_SIZE> = v;
v = staticinvoke <org.apache.logging.log4j.core.util.Constants: int size(java.lang.String,int)>("log4j.encoder.charBufferSize", 2048);
<org.apache.logging.log4j.core.util.Constants: int ENCODER_CHAR_BUFFER_SIZE> = v;
v = staticinvoke <org.apache.logging.log4j.core.util.Constants: int size(java.lang.String,int)>("log4j.encoder.byteBufferSize", 8192);
<org.apache.logging.log4j.core.util.Constants: int ENCODER_BYTE_BUFFER_SIZE> = v;
return;
}
}