|
||||||||||
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 String |
DEFAULT_CONTEXT_NAME
The default context name. |
static char |
DOLLAR
|
static char |
DOT
|
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 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_SECOND
|
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 char |
RIGHT_PARENTHESIS_CHAR
|
static String |
SEE_FNP_NOT_SET
|
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 |
URL_OF_LAST_CONFIGURATION_VIA_JORAN
|
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. |
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 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 char PERCENT_CHAR
public static final char LEFT_PARENTHESIS_CHAR
public static final char RIGHT_PARENTHESIS_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 String URL_OF_LAST_CONFIGURATION_VIA_JORAN
public static final String HOSTNAME_KEY
public static int BYTES_PER_INT
public static final int MILLIS_IN_ONE_SECOND
Constructor Detail |
---|
public CoreConstants()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |