Package ch.qos.logback.core
Class CoreConstants
java.lang.Object
ch.qos.logback.core.CoreConstants
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
static final String
static final String
Time format used in Common Log Formatstatic final String
static final char
static final char
static final String
static final String
static final String
The key under which the current context name is registered in the logger context.static final String
static final int
Number of idle threads to retain in a context's executor service.static final char
static final char
static final String
static final char
static final String
The default context name.static final String
static final String
static final char
static final char
static final char
static final Class<?>[]
An empty Class array.static final String
An empty string.static final String[]
An empty string array.static final char
static final String
The key used in locating the evaluator map in context's object map.static final String
Key used to locate a map Files used by FileAppender instances in context's object map.static final String
The key under which the local host name is registered in the logger context.static final String
static final String
static final String
static final String
static final String
static final char
static final String
static final int
static final String
static final String
static final int
static final int
Maximum number of threads to allow in a context's executor service.static final long
static final long
static final long
static final long
static final long
static final String
static final String
String value returned in case data is not available.static final int
static final String
Customized pattern conversion rules are stored under this key in theContext
object store.static final char
static final String
static final String
static final String
Key used to locate a collision map for RollingFileAppender instances in context's object map.static final String
static final char
static final String
static final int
static final int
The number of seconds to wait for compression jobs to finish.static final String
static final String
static final String
static final char
static final String
static final String
static final String
static final String
static final char
static final int
Number of rows before in an HTML table before, we close the table and create a new onestatic final int
Deprecated.static final int
If Rollingstatic final long
static final String
static final String
static final String
By convention, we assume that the static method named "valueOf" taking a string argument can restore a given object from its string representation.static final String
static 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:
-
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 theContext
object store.- See Also:
-
ISO8601_STR
- See Also:
-
ISO8601_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. -
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:
-
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_HISTORY
with the same identical value.- See Also:
-
RECONFIGURE_ON_CHANGE_TASK
- See Also:
-
SIZE_AND_TIME_BASED_FNATP_IS_DEPRECATED
- See Also:
-
LOGBACK_CLASSIC_VERSION_MESSAGE
- See Also:
-
-
Constructor Details
-
CoreConstants
public CoreConstants()
-