Package ch.qos.logback.core
Class CoreConstants
java.lang.Object
ch.qos.logback.core.CoreConstants
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intstatic final Stringstatic final StringTime format used in Common Log Formatstatic final Stringstatic final charstatic final charstatic final Stringstatic final Stringstatic final StringThe key under which the current context name is registered in the logger context.static final Stringstatic final intNumber of idle threads to retain in a context's executor service.static final charstatic final charstatic final Stringstatic final charstatic final StringThe default context name.static final Stringstatic final Stringstatic final charstatic final charstatic final charstatic final Class<?>[]An empty Class array.static final StringAn empty string.static final String[]An empty string array.static final charstatic final StringThe key used in locating the evaluator map in context's object map.static final StringKey used to locate a map Files used by FileAppender instances in context's object map.static final Stringstatic final StringThe key under which the local host name is registered in the logger context.static final Stringstatic final Stringstatic final Stringstatic final Stringstatic final charstatic final Stringstatic final charstatic final Stringstatic final intstatic final Stringstatic final Stringstatic final intstatic final intMaximum number of threads to allow in a context's executor service.static final longstatic final longstatic final longstatic final longstatic final longstatic final Stringstatic final Stringstatic final StringString value returned in case data is not available.static final Stringstatic final intstatic final StringCustomized pattern conversion rules are stored under this key in theContextobject store.static final charstatic final Stringstatic final StringKey used to locate a collision map for RollingFileAppender instances in context's object map.static final Stringstatic final charstatic final Stringstatic final intstatic final intThe number of seconds to wait for compression jobs to finish.static final Stringstatic final Stringstatic final Stringstatic final charstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final charstatic final intNumber of rows before in an HTML table before, we close the table and create a new onestatic final intDeprecated.static final intIf Rollingstatic final longstatic final Stringstatic final Stringstatic final Charsetstatic final StringBy convention, we assume that the static method named "valueOf" taking a string argument can restore a given object from its string representation.static final Stringstatic final String -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
DISABLE_SERVLET_CONTAINER_INITIALIZER_KEY
- See Also:
-
STATUS_LISTENER_CLASS_KEY
- See Also:
-
SYSOUT
- See Also:
-
STDOUT
- See Also:
-
CORE_POOL_SIZE
public static final int CORE_POOL_SIZENumber of idle threads to retain in a context's executor service.- See Also:
-
SCHEDULED_EXECUTOR_POOL_SIZE
public static final int SCHEDULED_EXECUTOR_POOL_SIZE- See Also:
-
MAX_POOL_SIZE
public static final int MAX_POOL_SIZEMaximum number of threads to allow in a context's executor service.- See Also:
-
LINE_SEPARATOR
-
LINE_SEPARATOR_LEN
public static final int LINE_SEPARATOR_LEN -
CODES_URL
- See Also:
-
MANUAL_URL_PREFIX
- See Also:
-
MORE_INFO_PREFIX
- See Also:
-
DEFAULT_CONTEXT_NAME
The default context name.- See Also:
-
PATTERN_RULE_REGISTRY
Customized pattern conversion rules are stored under this key in theContextobject store.- See Also:
-
ISO8601_STR
- See Also:
-
ISO8601_PATTERN
- See Also:
-
FILE_TIMESTAMP_PATTERN
- See Also:
-
DAILY_DATE_PATTERN
- See Also:
-
CLF_DATE_PATTERN
Time format used in Common Log Format- See Also:
-
EVALUATOR_MAP
The key used in locating the evaluator map in context's object map.- See Also:
-
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:
-
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:
-
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:
-
EMPTY_STRING
An empty string.- See Also:
-
NA
String value returned in case data is not available. For example, when caller information is not available this constant is used for file name, method name, etc.- See Also:
-
EMPTY_STRING_ARRAY
An empty string array. -
UTF_8_CHARSET
-
EMPTY_CLASS_ARRAY
An empty Class array. -
CAUSED_BY
- See Also:
-
SUPPRESSED
- See Also:
-
WRAPPED_BY
- See Also:
-
PERCENT_CHAR
public static final char PERCENT_CHAR- See Also:
-
LEFT_PARENTHESIS_CHAR
public static final char LEFT_PARENTHESIS_CHAR- See Also:
-
RIGHT_PARENTHESIS_CHAR
public static final char RIGHT_PARENTHESIS_CHAR- See Also:
-
ESCAPE_CHAR
public static final char ESCAPE_CHAR- See Also:
-
CURLY_LEFT
public static final char CURLY_LEFT- See Also:
-
CURLY_RIGHT
public static final char CURLY_RIGHT- See Also:
-
COMMA_CHAR
public static final char COMMA_CHAR- See Also:
-
DOUBLE_QUOTE_CHAR
public static final char DOUBLE_QUOTE_CHAR- See Also:
-
SINGLE_QUOTE_CHAR
public static final char SINGLE_QUOTE_CHAR- See Also:
-
COLON_CHAR
public static final char COLON_CHAR- See Also:
-
DASH_CHAR
public static final char DASH_CHAR- See Also:
-
DEFAULT_VALUE_SEPARATOR
- See Also:
-
NULL_STR
- See Also:
-
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:
-
OOS_RESET_FREQUENCY
public static final int OOS_RESET_FREQUENCY- See Also:
-
JNDI_JAVA_NAMESPACE
- See Also:
-
MAX_ERROR_COUNT
public static final int MAX_ERROR_COUNT- See Also:
-
DOT
public static final char DOT- See Also:
-
TAB
public static final char TAB- See Also:
-
DOLLAR
public static final char DOLLAR- See Also:
-
SEE_FNP_NOT_SET
- See Also:
-
SEE_MISSING_INTEGER_TOKEN
- See Also:
-
CONFIGURATION_WATCH_LIST
- See Also:
-
CONFIGURATION_WATCH_LIST_RESET_X
- See Also:
-
SAFE_JORAN_CONFIGURATION
- See Also:
-
XML_PARSING
- See Also:
-
SHUTDOWN_HOOK_THREAD
- See Also:
-
HOSTNAME_KEY
The key under which the local host name is registered in the logger context.- See Also:
-
UNKNOWN_LOCALHOST
- See Also:
-
CONTEXT_NAME_KEY
The key under which the current context name is registered in the logger context.- See Also:
-
BYTES_PER_INT
public static final int BYTES_PER_INT- See Also:
-
MILLIS_IN_ONE_SECOND
public static final long MILLIS_IN_ONE_SECOND- See Also:
-
MILLIS_IN_ONE_MINUTE
public static final long MILLIS_IN_ONE_MINUTE- See Also:
-
MILLIS_IN_ONE_HOUR
public static final long MILLIS_IN_ONE_HOUR- See Also:
-
MILLIS_IN_ONE_DAY
public static final long MILLIS_IN_ONE_DAY- See Also:
-
MILLIS_IN_ONE_WEEK
public static final long MILLIS_IN_ONE_WEEK- See Also:
-
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:
-
CONTEXT_SCOPE_VALUE
- See Also:
-
RESET_MSG_PREFIX
- See Also:
-
JNDI_COMP_PREFIX
- See Also:
-
UNDEFINED_PROPERTY_SUFFIX
- See Also:
-
LEFT_ACCOLADE
-
RIGHT_ACCOLADE
-
UNBOUNDED_TOTAL_SIZE_CAP
public static final long UNBOUNDED_TOTAL_SIZE_CAP- See Also:
-
UNBOUNDED_HISTORY
public static final int UNBOUNDED_HISTORYIf Rolling- See Also:
-
UNBOUND_HISTORY
public static final int UNBOUND_HISTORYDeprecated.Replaced byUNBOUNDED_HISTORYwith the same identical value.- See Also:
-
SIZE_AND_TIME_BASED_FNATP_IS_DEPRECATED
- See Also:
-
LOGBACK_CLASSIC_VERSION_MESSAGE
- See Also:
-
JSON_LINE_SEPARATOR
public static final char JSON_LINE_SEPARATOR- See Also:
-
MODEL_CONFIG_FILE_EXTENSION
- See Also:
-
-
Constructor Details
-
CoreConstants
public CoreConstants()
-