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 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

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

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

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

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

URL_OF_LAST_CONFIGURATION_VIA_JORAN

public static String URL_OF_LAST_CONFIGURATION_VIA_JORAN

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

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
Constructor Detail

CoreConstants

public CoreConstants()


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