|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectch.qos.logback.core.CoreConstants
public class CoreConstants
Field Summary | |
---|---|
static int |
BYTES_PER_INT
|
static String |
CAUSED_BY
|
static String |
CLF_DATE_PATTERN
Time format used in Common Log Format |
static String |
CODES_URL
|
static char |
COMMA_CHAR
|
static String |
CONFIGURATION_WATCH_LIST
|
static String |
CONFIGURATION_WATCH_LIST_RESET
|
static String |
CONTEXT_NAME_KEY
The key under which the current context name is registered in the logger context. |
static String |
CONTEXT_SCOPE_VALUE
|
static char |
CURLY_LEFT
|
static char |
CURLY_RIGHT
|
static String |
DAILY_DATE_PATTERN
|
static String |
DEFAULT_CONTEXT_NAME
The default context name. |
static char |
DOLLAR
|
static char |
DOT
|
static char |
DOUBLE_QUOTE_CHAR
|
static Class<?>[] |
EMPTY_CLASS_ARRAY
An empty Class array. |
static String |
EMPTY_STRING
An empty string. |
static String[] |
EMPTY_STRING_ARRAY
An empty string array. |
static char |
ESCAPE_CHAR
|
static String |
EVALUATOR_MAP
The key used in locating the evaluator map in context's object map. |
static String |
HOSTNAME_KEY
The key under which the local host name is registered in the logger context. |
static String |
ISO8601_PATTERN
|
static String |
ISO8601_STR
|
static char |
LEFT_PARENTHESIS_CHAR
|
static String |
LINE_SEPARATOR
|
static int |
LINE_SEPARATOR_LEN
|
static int |
MAX_ERROR_COUNT
|
static int |
MILLIS_IN_ONE_DAY
|
static int |
MILLIS_IN_ONE_HOUR
|
static int |
MILLIS_IN_ONE_MINUTE
|
static int |
MILLIS_IN_ONE_SECOND
|
static int |
MILLIS_IN_ONE_WEEK
|
static int |
OOS_RESET_FREQUENCY
|
static String |
PATTERN_RULE_REGISTRY
Customized pattern conversion rules are stored under this key in the Context object store. |
static char |
PERCENT_CHAR
|
static long |
REFERENCE_BIPS
The reference bogo instructions per second on Ceki's machine (Orion) |
static String |
RESET_MSG_PREFIX
|
static char |
RIGHT_PARENTHESIS_CHAR
|
static String |
SAFE_JORAN_CONFIGURATION
|
static String |
SEE_FNP_NOT_SET
|
static char |
SINGLE_QUOTE_CHAR
|
static String |
SUPPRESSED
|
static char |
TAB
|
static int |
TABLE_ROW_LIMIT
Number of rows before in an HTML table before, we close the table and create a new one |
static String |
VALUE_OF
By convention, we assume that the static method named "valueOf" taking a string argument can restore a given object from its string representation. |
static String |
WRAPPED_BY
|
static String |
XML_PARSING
|
Constructor Summary | |
---|---|
CoreConstants()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String LINE_SEPARATOR
public static final int LINE_SEPARATOR_LEN
public static final String CODES_URL
public static final String DEFAULT_CONTEXT_NAME
public static final String PATTERN_RULE_REGISTRY
Context
object store.
public static final String ISO8601_STR
public static final String ISO8601_PATTERN
public static final String DAILY_DATE_PATTERN
public static final String CLF_DATE_PATTERN
public static final String EVALUATOR_MAP
public static final String VALUE_OF
public static final String EMPTY_STRING
public static final String[] EMPTY_STRING_ARRAY
public static final Class<?>[] EMPTY_CLASS_ARRAY
public static final String CAUSED_BY
public static final String SUPPRESSED
public static final String WRAPPED_BY
public static final char PERCENT_CHAR
public static final char LEFT_PARENTHESIS_CHAR
public static final char RIGHT_PARENTHESIS_CHAR
public static final char ESCAPE_CHAR
public static final char CURLY_LEFT
public static final char CURLY_RIGHT
public static final char COMMA_CHAR
public static final char DOUBLE_QUOTE_CHAR
public static final char SINGLE_QUOTE_CHAR
public static final int TABLE_ROW_LIMIT
public static final int OOS_RESET_FREQUENCY
public static long REFERENCE_BIPS
public static final int MAX_ERROR_COUNT
public static final char DOT
public static final char TAB
public static final char DOLLAR
public static final String SEE_FNP_NOT_SET
public static final String CONFIGURATION_WATCH_LIST
public static final String CONFIGURATION_WATCH_LIST_RESET
public static final String SAFE_JORAN_CONFIGURATION
public static final String XML_PARSING
public static final String HOSTNAME_KEY
public static final String CONTEXT_NAME_KEY
public static int BYTES_PER_INT
public static final int MILLIS_IN_ONE_SECOND
public static final int MILLIS_IN_ONE_MINUTE
public static final int MILLIS_IN_ONE_HOUR
public static final int MILLIS_IN_ONE_DAY
public static final int MILLIS_IN_ONE_WEEK
public static final String CONTEXT_SCOPE_VALUE
public static final String RESET_MSG_PREFIX
Constructor Detail |
---|
public CoreConstants()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |