| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
FACTORY_DEFAULT |
"org.apache.commons.logging.LogFactory" |
public static final String |
FACTORY_PROPERTIES |
"commons-logging.properties" |
public static final String |
FACTORY_PROPERTY |
"org.apache.commons.logging.LogFactory" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
FACTORY_DEFAULT |
"org.apache.commons.logging.impl.LogFactoryImpl" |
public static final String |
FACTORY_PROPERTIES |
"commons-logging.properties" |
public static final String |
FACTORY_PROPERTY |
"org.apache.commons.logging.LogFactory" |
public static final String |
HASHTABLE_IMPLEMENTATION_PROPERTY |
"org.apache.commons.logging.LogFactory.HashtableImpl" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
TRACE_INT |
5000 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
ALL_INT |
-2147483648 |
public static final int |
DEBUG_INT |
10000 |
public static final int |
ERROR_INT |
40000 |
public static final int |
FATAL_INT |
50000 |
public static final int |
INFO_INT |
20000 |
public static final int |
OFF_INT |
2147483647 |
public static final int |
WARN_INT |
30000 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
CATEGORY |
"Level" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
FACTORY_PROPERTY_NAME |
"log4j2.loggerContextFactory" |
public static final String |
ROOT_LOGGER_NAME |
"" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
ERROR_MSG_SEPARATOR |
":" |
public static final String |
ERROR_PREFIX |
"[!!!" |
public static final String |
ERROR_SEPARATOR |
"=>" |
public static final String |
ERROR_SUFFIX |
"!!!]" |
public static final String |
RECURSION_PREFIX |
"[..." |
public static final String |
RECURSION_SUFFIX |
"...]" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
RESERVED |
-1 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
protected static final String |
DEFAULT_DATE_TIME_FORMAT |
"yyyy/MM/dd HH:mm:ss:SSS zzz" |
protected static final String |
SYSTEM_PREFIX |
"org.apache.logging.log4j.simplelog." |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
INHERITABLE_MAP |
"isThreadContextMapInheritable" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
FACTORY_PRIORITY |
"FactoryPriority" |
public static final String |
LOGGER_CONTEXT_FACTORY |
"LoggerContextFactory" |
public static final String |
THREAD_CONTEXT_MAP |
"ThreadContextMap" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
MAX_STATUS_ENTRIES |
"log4j2.status.entries" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final char |
CR |
13 |
public static final char |
DQUOTE |
34 |
public static final char |
EQ |
61 |
public static final char |
LF |
10 |
public static final char |
QUOTE |
39 |
public static final char |
SPACE |
32 |
public static final char |
TAB |
9 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
IGNORE_TCCL_PROPERTY |
"log4j.ignoreTCL" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
protected static final String |
PROVIDER_RESOURCE |
"META-INF/log4j-provider.properties" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
EMPTY |
"" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
LEVEL_DEBUG |
1 |
public static final int |
LEVEL_ERROR |
4 |
public static final int |
LEVEL_INFO |
2 |
public static final int |
LEVEL_TRACE |
0 |
public static final int |
LEVEL_WARNING |
3 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
APPENDER_NAME_PROPERTY |
"org.ops4j.pax.logging.appender.name" |
public static final String |
ERRORHANDLER_NAME_PROPERTY |
"org.ops4j.pax.logging.errorhandler.name" |
public static final String |
FILTER_NAME_PROPERTY |
"org.ops4j.pax.logging.filter.name" |
public static final String |
LAYOUT_NAME_PROPERTY |
"org.ops4j.pax.logging.layout.name" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
SLF4J_MARKER_MDC_ATTRIBUTE |
"slf4j.marker" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
ACCEPT |
1 |
public static final int |
DENY |
-1 |
public static final int |
NEUTRAL |
0 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
LOG_DEBUG |
4 |
public static final int |
LOG_ERROR |
1 |
public static final int |
LOG_INFO |
3 |
public static final int |
LOG_WARNING |
2 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
ROOT_LOGGER_NAME |
"ROOT" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
ANY_MARKER |
"*" |
public static final String |
ANY_NON_NULL_MARKER |
"+" |
Copyright © 2006-2016 OPS4J - Open Participation Software for Java. All Rights Reserved.