Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
DEFAULT_FORMAT |
"%7.7{priority} %23.23{time:yyyy-MM-dd\' \'HH:mm:ss.SSS} [%8.8{category}] (%{context}): %{message}\n%{throwable}" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final char |
CATEGORY_SEPARATOR |
46 |
Modifier and Type | Constant Field | Value |
---|---|---|
private static final int |
TYPE_METHOD |
9 |
private static final String |
TYPE_METHOD_STR |
"method" |
private static final int |
TYPE_THREAD |
10 |
private static final String |
TYPE_THREAD_STR |
"thread" |
Modifier and Type | Constant Field | Value |
---|---|---|
protected static final int |
MAX_TYPE |
8 |
private static final String |
SPACE_1 |
" " |
private static final String |
SPACE_16 |
" " |
private static final String |
SPACE_2 |
" " |
private static final String |
SPACE_4 |
" " |
private static final String |
SPACE_8 |
" " |
private static final int |
TYPE_CATEGORY |
2 |
private static final String |
TYPE_CATEGORY_STR |
"category" |
private static final int |
TYPE_CONTEXT |
3 |
private static final String |
TYPE_CONTEXT_STR |
"context" |
private static final int |
TYPE_MESSAGE |
4 |
private static final String |
TYPE_MESSAGE_STR |
"message" |
private static final int |
TYPE_PRIORITY |
8 |
private static final String |
TYPE_PRIORITY_STR |
"priority" |
private static final int |
TYPE_RELATIVE_TIME |
6 |
private static final String |
TYPE_RELATIVE_TIME_STR |
"rtime" |
private static final int |
TYPE_TEXT |
1 |
private static final int |
TYPE_THREAD |
9 |
private static final String |
TYPE_THREAD_STR |
"thread" |
private static final int |
TYPE_THROWABLE |
7 |
private static final String |
TYPE_THROWABLE_STR |
"throwable" |
private static final int |
TYPE_TIME |
5 |
private static final String |
TYPE_TIME_STR |
"time" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
FACILITY_AUTH |
32 |
public static final int |
FACILITY_AUTHPRIV |
80 |
public static final int |
FACILITY_CRON |
72 |
public static final int |
FACILITY_DAEMON |
24 |
public static final int |
FACILITY_FTP |
88 |
public static final int |
FACILITY_KERN |
0 |
public static final int |
FACILITY_LOCAL0 |
128 |
public static final int |
FACILITY_LOCAL1 |
136 |
public static final int |
FACILITY_LOCAL2 |
144 |
public static final int |
FACILITY_LOCAL3 |
152 |
public static final int |
FACILITY_LOCAL4 |
160 |
public static final int |
FACILITY_LOCAL5 |
168 |
public static final int |
FACILITY_LOCAL6 |
176 |
public static final int |
FACILITY_LOCAL7 |
184 |
public static final int |
FACILITY_LPR |
48 |
public static final int |
FACILITY_MAIL |
16 |
public static final int |
FACILITY_NEWS |
56 |
public static final int |
FACILITY_SYSLOG |
40 |
public static final int |
FACILITY_USER |
8 |
public static final int |
FACILITY_UUCP |
64 |
public static final int |
PRIORITY_ALERT |
1 |
public static final int |
PRIORITY_CRIT |
2 |
public static final int |
PRIORITY_DEBUG |
7 |
public static final int |
PRIORITY_EMERG |
0 |
public static final int |
PRIORITY_ERR |
3 |
public static final int |
PRIORITY_INFO |
6 |
public static final int |
PRIORITY_NOTICE |
5 |
public static final int |
PRIORITY_WARNING |
4 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
CATEGORY |
2 |
public static final String |
CATEGORY_STR |
"category" |
public static final int |
CONTEXT |
3 |
public static final String |
CONTEXT_STR |
"context" |
public static final int |
HOSTNAME |
9 |
public static final String |
HOSTNAME_STR |
"hostname" |
public static final int |
MESSAGE |
4 |
public static final String |
MESSAGE_STR |
"message" |
public static final int |
PRIORITY |
8 |
public static final String |
PRIORITY_STR |
"priority" |
public static final int |
RELATIVE_TIME |
6 |
public static final String |
RELATIVE_TIME_STR |
"rtime" |
public static final int |
STATIC |
1 |
public static final String |
STATIC_STR |
"static" |
public static final int |
THROWABLE |
7 |
public static final String |
THROWABLE_STR |
"throwable" |
public static final int |
TIME |
5 |
public static final String |
TIME_STR |
"time" |
Modifier and Type | Constant Field | Value |
---|---|---|
private static final String |
PATTERN |
"\'.\'000000" |
Modifier and Type | Constant Field | Value |
---|---|---|
private static final long |
TIME_24_HOURS |
86400000L |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
CATEGORY |
2 |
public static final String |
CATEGORY_STR |
"category" |
public static final int |
CONTEXT |
3 |
public static final String |
CONTEXT_STR |
"context" |
public static final int |
MESSAGE |
4 |
public static final String |
MESSAGE_STR |
"message" |
public static final int |
PRIORITY |
8 |
public static final String |
PRIORITY_STR |
"priority" |
public static final int |
RELATIVE_TIME |
6 |
public static final String |
RELATIVE_TIME_STR |
"rtime" |
public static final int |
STATIC |
1 |
public static final String |
STATIC_STR |
"static" |
public static final int |
THROWABLE |
7 |
public static final String |
THROWABLE_STR |
"throwable" |
public static final int |
TIME |
5 |
public static final String |
TIME_STR |
"time" |
Modifier and Type | Constant Field | Value |
---|---|---|
private static final String |
DEFAULT_ENCODING |
"US-ASCII" |
Copyright © 2003-2004 The Apache Software Foundation. All Rights Reserved.