ch.qos.logback.core
Class CoreConstants

java.lang.Object
  extended by ch.qos.logback.core.CoreConstants

public class CoreConstants
extends Object


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

LINE_SEPARATOR

public static final String LINE_SEPARATOR

LINE_SEPARATOR_LEN

public static final int LINE_SEPARATOR_LEN

CODES_URL

public static final String CODES_URL
See Also:
Constant Field Values

DEFAULT_CONTEXT_NAME

public static final String DEFAULT_CONTEXT_NAME
The default context name.

See Also:
Constant Field Values

PATTERN_RULE_REGISTRY

public static final String PATTERN_RULE_REGISTRY
Customized pattern conversion rules are stored under this key in the Context object store.

See Also:
Constant Field Values

ISO8601_STR

public static final String ISO8601_STR
See Also:
Constant Field Values

ISO8601_PATTERN

public static final String ISO8601_PATTERN
See Also:
Constant Field Values

DAILY_DATE_PATTERN

public static final String DAILY_DATE_PATTERN
See Also:
Constant Field Values

CLF_DATE_PATTERN

public static final String CLF_DATE_PATTERN
Time format used in Common Log Format

See Also:
Constant Field Values

EVALUATOR_MAP

public static final String EVALUATOR_MAP
The key used in locating the evaluator map in context's object map.

See Also:
Constant Field Values

VALUE_OF

public static final 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.

See Also:
Constant Field Values

EMPTY_STRING

public static final String EMPTY_STRING
An empty string.

See Also:
Constant Field Values

EMPTY_STRING_ARRAY

public static final String[] EMPTY_STRING_ARRAY
An empty string array.


EMPTY_CLASS_ARRAY

public static final Class<?>[] EMPTY_CLASS_ARRAY
An empty Class array.


CAUSED_BY

public static final String CAUSED_BY
See Also:
Constant Field Values

SUPPRESSED

public static final String SUPPRESSED
See Also:
Constant Field Values

WRAPPED_BY

public static final String WRAPPED_BY
See Also:
Constant Field Values

PERCENT_CHAR

public static final char PERCENT_CHAR
See Also:
Constant Field Values

LEFT_PARENTHESIS_CHAR

public static final char LEFT_PARENTHESIS_CHAR
See Also:
Constant Field Values

RIGHT_PARENTHESIS_CHAR

public static final char RIGHT_PARENTHESIS_CHAR
See Also:
Constant Field Values

ESCAPE_CHAR

public static final char ESCAPE_CHAR
See Also:
Constant Field Values

CURLY_LEFT

public static final char CURLY_LEFT
See Also:
Constant Field Values

CURLY_RIGHT

public static final char CURLY_RIGHT
See Also:
Constant Field Values

COMMA_CHAR

public static final char COMMA_CHAR
See Also:
Constant Field Values

DOUBLE_QUOTE_CHAR

public static final char DOUBLE_QUOTE_CHAR
See Also:
Constant Field Values

SINGLE_QUOTE_CHAR

public static final char SINGLE_QUOTE_CHAR
See Also:
Constant Field Values

TABLE_ROW_LIMIT

public static final int TABLE_ROW_LIMIT
Number of rows before in an HTML table before, we close the table and create a new one

See Also:
Constant Field Values

OOS_RESET_FREQUENCY

public static final int OOS_RESET_FREQUENCY
See Also:
Constant Field Values

REFERENCE_BIPS

public static long REFERENCE_BIPS
The reference bogo instructions per second on Ceki's machine (Orion)


MAX_ERROR_COUNT

public static final int MAX_ERROR_COUNT
See Also:
Constant Field Values

DOT

public static final char DOT
See Also:
Constant Field Values

TAB

public static final char TAB
See Also:
Constant Field Values

DOLLAR

public static final char DOLLAR
See Also:
Constant Field Values

SEE_FNP_NOT_SET

public static final String SEE_FNP_NOT_SET
See Also:
Constant Field Values

CONFIGURATION_WATCH_LIST

public static final String CONFIGURATION_WATCH_LIST
See Also:
Constant Field Values

CONFIGURATION_WATCH_LIST_RESET

public static final String CONFIGURATION_WATCH_LIST_RESET
See Also:
Constant Field Values

SAFE_JORAN_CONFIGURATION

public static final String SAFE_JORAN_CONFIGURATION
See Also:
Constant Field Values

XML_PARSING

public static final String XML_PARSING
See Also:
Constant Field Values

HOSTNAME_KEY

public static final String HOSTNAME_KEY
The key under which the local host name is registered in the logger context.

See Also:
Constant Field Values

CONTEXT_NAME_KEY

public static final String CONTEXT_NAME_KEY
The key under which the current context name is registered in the logger context.

See Also:
Constant Field Values

BYTES_PER_INT

public static int BYTES_PER_INT

MILLIS_IN_ONE_SECOND

public static final int MILLIS_IN_ONE_SECOND
See Also:
Constant Field Values

MILLIS_IN_ONE_MINUTE

public static final int MILLIS_IN_ONE_MINUTE
See Also:
Constant Field Values

MILLIS_IN_ONE_HOUR

public static final int MILLIS_IN_ONE_HOUR
See Also:
Constant Field Values

MILLIS_IN_ONE_DAY

public static final int MILLIS_IN_ONE_DAY
See Also:
Constant Field Values

MILLIS_IN_ONE_WEEK

public static final int MILLIS_IN_ONE_WEEK
See Also:
Constant Field Values

CONTEXT_SCOPE_VALUE

public static final String CONTEXT_SCOPE_VALUE
See Also:
Constant Field Values

RESET_MSG_PREFIX

public static final String RESET_MSG_PREFIX
See Also:
Constant Field Values
Constructor Detail

CoreConstants

public CoreConstants()


Copyright © 2005-2012 QOS.ch. All Rights Reserved.