Package ch.qos.logback.core
Class CoreConstants
java.lang.Object
ch.qos.logback.core.CoreConstants
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic intstatic Stringstatic StringTime format used in Common Log Formatstatic Stringstatic charstatic charstatic Stringstatic Stringstatic StringThe key under which the current context name is registered in the logger context.static Stringstatic intNumber of idle threads to retain in a context's executor service.static charstatic charstatic Stringstatic charstatic StringThe default context name.static Stringstatic Stringstatic charstatic charstatic charstatic Class<?>[]An empty Class array.static StringAn empty string.static String[]An empty string array.static charstatic StringThe key used in locating the evaluator map in context's object map.static StringKey used to locate a map Files used by FileAppender instances in context's object map.static StringThe key under which the local host name is registered in the logger context.static Stringstatic Stringstatic Stringstatic Stringstatic charstatic Stringstatic intstatic Stringstatic intstatic intMaximum number of threads to allow in a context's executor service.static longstatic longstatic longstatic longstatic longstatic Stringstatic intstatic StringCustomized pattern conversion rules are stored under this key in theContextobject store.static charstatic Stringstatic longThe reference bogo instructions per second on Ceki's machine (Orion)static Stringstatic StringKey used to locate a collision map for RollingFileAppender instances in context's object map.static Stringstatic charstatic Stringstatic intstatic intThe number of seconds to wait for compression jobs to finish.static Stringstatic Stringstatic Stringstatic charstatic Stringstatic Stringstatic Stringstatic Stringstatic charstatic intNumber of rows before in an HTML table before, we close the table and create a new onestatic intstatic longstatic Stringstatic Stringstatic StringBy convention, we assume that the static method named "valueOf" taking a string argument can restore a given object from its string representation.static Stringstatic String -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
DISABLE_SERVLET_CONTAINER_INITIALIZER_KEY
- See Also:
- Constant Field Values
-
STATUS_LISTENER_CLASS_KEY
- See Also:
- Constant Field Values
-
SYSOUT
- See Also:
- Constant Field Values
-
CORE_POOL_SIZE
public static final int CORE_POOL_SIZENumber of idle threads to retain in a context's executor service.- See Also:
- Constant Field Values
-
SCHEDULED_EXECUTOR_POOL_SIZE
public static final int SCHEDULED_EXECUTOR_POOL_SIZE- See Also:
- Constant Field Values
-
MAX_POOL_SIZE
public static final int MAX_POOL_SIZEMaximum number of threads to allow in a context's executor service.- See Also:
- Constant Field Values
-
LINE_SEPARATOR
-
LINE_SEPARATOR_LEN
public static final int LINE_SEPARATOR_LEN -
CODES_URL
- See Also:
- Constant Field Values
-
MANUAL_URL_PREFIX
- See Also:
- Constant Field Values
-
MORE_INFO_PREFIX
- See Also:
- Constant Field Values
-
DEFAULT_CONTEXT_NAME
The default context name.- See Also:
- Constant Field Values
-
PATTERN_RULE_REGISTRY
Customized pattern conversion rules are stored under this key in theContextobject store.- See Also:
- Constant Field Values
-
ISO8601_STR
- See Also:
- Constant Field Values
-
ISO8601_PATTERN
- See Also:
- Constant Field Values
-
DAILY_DATE_PATTERN
- See Also:
- Constant Field Values
-
CLF_DATE_PATTERN
Time format used in Common Log Format- See Also:
- Constant Field Values
-
EVALUATOR_MAP
The key used in locating the evaluator map in context's object map.- See Also:
- Constant Field Values
-
FA_FILENAME_COLLISION_MAP
Key used to locate a map Files used by FileAppender instances in context's object map. Said map consists of entries of the type (appender name, File option)- See Also:
- Constant Field Values
-
RFA_FILENAME_PATTERN_COLLISION_MAP
Key used to locate a collision map for RollingFileAppender instances in context's object map. The collision map consists of entities of the type (appender name, FileNamePattern option)- See Also:
- Constant Field Values
-
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
An empty string.- See Also:
- Constant Field Values
-
EMPTY_STRING_ARRAY
An empty string array. -
EMPTY_CLASS_ARRAY
An empty Class array. -
CAUSED_BY
- See Also:
- Constant Field Values
-
SUPPRESSED
- See Also:
- Constant Field Values
-
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
-
COLON_CHAR
public static final char COLON_CHAR- See Also:
- Constant Field Values
-
DASH_CHAR
public static final char DASH_CHAR- See Also:
- Constant Field Values
-
DEFAULT_VALUE_SEPARATOR
- See Also:
- Constant Field Values
-
TABLE_ROW_LIMIT
public static final int TABLE_ROW_LIMITNumber 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_BIPSThe 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
- See Also:
- Constant Field Values
-
SEE_MISSING_INTEGER_TOKEN
- See Also:
- Constant Field Values
-
CONFIGURATION_WATCH_LIST
- See Also:
- Constant Field Values
-
CONFIGURATION_WATCH_LIST_RESET_X
- See Also:
- Constant Field Values
-
SAFE_JORAN_CONFIGURATION
- See Also:
- Constant Field Values
-
XML_PARSING
- See Also:
- Constant Field Values
-
SHUTDOWN_HOOK_THREAD
- See Also:
- Constant Field Values
-
HOSTNAME_KEY
The key under which the local host name is registered in the logger context.- See Also:
- Constant Field Values
-
UNKNOWN_LOCALHOST
- See Also:
- Constant Field Values
-
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 final int BYTES_PER_INT- See Also:
- Constant Field Values
-
MILLIS_IN_ONE_SECOND
public static final long MILLIS_IN_ONE_SECOND- See Also:
- Constant Field Values
-
MILLIS_IN_ONE_MINUTE
public static final long MILLIS_IN_ONE_MINUTE- See Also:
- Constant Field Values
-
MILLIS_IN_ONE_HOUR
public static final long MILLIS_IN_ONE_HOUR- See Also:
- Constant Field Values
-
MILLIS_IN_ONE_DAY
public static final long MILLIS_IN_ONE_DAY- See Also:
- Constant Field Values
-
MILLIS_IN_ONE_WEEK
public static final long MILLIS_IN_ONE_WEEK- See Also:
- Constant Field Values
-
SECONDS_TO_WAIT_FOR_COMPRESSION_JOBS
public static final int SECONDS_TO_WAIT_FOR_COMPRESSION_JOBSThe number of seconds to wait for compression jobs to finish.- See Also:
- Constant Field Values
-
CONTEXT_SCOPE_VALUE
- See Also:
- Constant Field Values
-
RESET_MSG_PREFIX
- See Also:
- Constant Field Values
-
JNDI_COMP_PREFIX
- See Also:
- Constant Field Values
-
UNDEFINED_PROPERTY_SUFFIX
- See Also:
- Constant Field Values
-
LEFT_ACCOLADE
-
RIGHT_ACCOLADE
-
UNBOUNDED_TOTAL_SIZE_CAP
public static final long UNBOUNDED_TOTAL_SIZE_CAP- See Also:
- Constant Field Values
-
UNBOUND_HISTORY
public static final int UNBOUND_HISTORY- See Also:
- Constant Field Values
-
RECONFIGURE_ON_CHANGE_TASK
- See Also:
- Constant Field Values
-
SIZE_AND_TIME_BASED_FNATP_IS_DEPRECATED
- See Also:
- Constant Field Values
-
-
Constructor Details
-
CoreConstants
public CoreConstants()
-