- java.lang.Object
-
- ch.qos.logback.core.CoreConstants
-
public class CoreConstants extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static intBYTES_PER_INTstatic StringCAUSED_BYstatic StringCLF_DATE_PATTERNTime format used in Common Log Formatstatic StringCODES_URLstatic charCOLON_CHARstatic charCOMMA_CHARstatic StringCONFIGURATION_WATCH_LISTstatic StringCONFIGURATION_WATCH_LIST_RESET_Xstatic StringCONTEXT_NAME_KEYThe key under which the current context name is registered in the logger context.static StringCONTEXT_SCOPE_VALUEstatic intCORE_POOL_SIZENumber of idle threads to retain in a context's executor service.static charCURLY_LEFTstatic charCURLY_RIGHTstatic StringDAILY_DATE_PATTERNstatic charDASH_CHARstatic StringDEFAULT_CONTEXT_NAMEThe default context name.static StringDEFAULT_VALUE_SEPARATORstatic StringDISABLE_SERVLET_CONTAINER_INITIALIZER_KEYstatic charDOLLARstatic charDOTstatic charDOUBLE_QUOTE_CHARstatic Class<?>[]EMPTY_CLASS_ARRAYAn empty Class array.static File[]EMPTY_FILE_ARRAYstatic StringEMPTY_STRINGAn empty string.static String[]EMPTY_STRING_ARRAYAn empty string array.static charEQUALS_CHARstatic charESCAPE_CHARstatic StringEVALUATOR_MAPThe key used in locating the evaluator map in context's object map.static StringFALSE_STRstatic StringFILE_TIMESTAMP_PATTERNstatic StringHOSTNAME_KEYThe key under which the local host name is registered in the logger context.static StringISO8601_PATTERNstatic StringISO8601_STRstatic StringJNDI_COMP_PREFIXstatic StringJNDI_JAVA_NAMESPACEstatic charJSON_LINE_SEPARATORstatic StringLEFT_ACCOLADEstatic charLEFT_PARENTHESIS_CHARstatic StringLINE_SEPARATORstatic intLINE_SEPARATOR_LENstatic StringLOGBACK_CORE_VERSION_MESSAGEstatic StringMANUAL_URL_PREFIXstatic intMAX_ERROR_COUNTstatic intMAX_POOL_SIZEDeprecated.no longer usedstatic longMILLIS_IN_ONE_DAYstatic longMILLIS_IN_ONE_HOURstatic longMILLIS_IN_ONE_MINUTEstatic longMILLIS_IN_ONE_SECONDstatic longMILLIS_IN_ONE_WEEKstatic StringMODEL_CONFIG_FILE_EXTENSIONstatic StringMORE_INFO_PREFIXstatic StringNAString value returned in case data is not available.static StringNULL_STRstatic intOOS_RESET_FREQUENCYstatic StringPATTERN_RULE_REGISTRYCustomized pattern conversion rules are stored under this key in theContextobject store.static StringPATTERN_RULE_REGISTRY_FOR_SUPPLIERSCustomized pattern conversion rules are stored under this key in theContextobject store.static charPERCENT_CHARstatic StringPROPERTIES_FILE_EXTENSIONsince 1.5.8static StringRESET_MSG_PREFIXstatic StringRIGHT_ACCOLADEstatic charRIGHT_PARENTHESIS_CHARstatic StringSAFE_JORAN_CONFIGURATIONstatic intSCHEDULED_EXECUTOR_POOL_SIZEstatic intSECONDS_TO_WAIT_FOR_COMPRESSION_JOBSThe number of seconds to wait for compression jobs to finish.static StringSEE_FNP_NOT_SETstatic StringSEE_MISSING_INTEGER_TOKENstatic StringSHUTDOWN_HOOK_THREADstatic charSINGLE_QUOTE_CHARstatic StringSIZE_AND_TIME_BASED_FNATP_IS_DEPRECATEDstatic StringSIZE_AND_TIME_BASED_FNATP_IS_DEPRECATED_BISstatic StringSTATUS_LISTENER_CLASS_KEYstatic StringSTDOUTstatic StringSTRICT_ISO8601_PATTERNStrict ISO8601 pattern which includes 'T' between the date and the timestatic StringSTRICT_STRKeyword for setting a strict ISO8601 pattern which includes 'T' between the date and the timestatic StringSUPPRESSEDstatic StringSYSOUTstatic charTABstatic intTABLE_ROW_LIMITNumber of rows before in an HTML table before, we close the table and create a new onestatic StringTRUE_STRstatic intUNBOUND_HISTORYDeprecated.static intUNBOUNDED_HISTORYIf Rollingstatic longUNBOUNDED_TOTAL_SIZE_CAPstatic StringUNDEFINED_PROPERTY_SUFFIXstatic StringUNKNOWN_LOCALHOSTstatic CharsetUTF_8_CHARSETstatic StringVALUE_OFBy convention, we assume that the static method named "valueOf" taking a string argument can restore a given object from its string representation.static StringWRAPPED_BYstatic StringXML_PARSING
-
Constructor Summary
Constructors Constructor Description CoreConstants()
-
-
-
Field Detail
-
DISABLE_SERVLET_CONTAINER_INITIALIZER_KEY
public static final String DISABLE_SERVLET_CONTAINER_INITIALIZER_KEY
- See Also:
- Constant Field Values
-
STATUS_LISTENER_CLASS_KEY
public static final String STATUS_LISTENER_CLASS_KEY
- See Also:
- Constant Field Values
-
SYSOUT
public static final String SYSOUT
- See Also:
- Constant Field Values
-
STDOUT
public static final String STDOUT
- See Also:
- Constant Field Values
-
FALSE_STR
public static final String FALSE_STR
- See Also:
- Constant Field Values
-
TRUE_STR
public static final String TRUE_STR
- See Also:
- Constant Field Values
-
CORE_POOL_SIZE
public static final int CORE_POOL_SIZE
Number 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_SIZE
Deprecated.no longer usedMaximum number of threads to allow in a context's executor service.- See Also:
- Constant Field Values
-
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
-
MANUAL_URL_PREFIX
public static final String MANUAL_URL_PREFIX
- See Also:
- Constant Field Values
-
MORE_INFO_PREFIX
public static final String MORE_INFO_PREFIX
- 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_FOR_SUPPLIERS
public static final String PATTERN_RULE_REGISTRY_FOR_SUPPLIERS
Customized pattern conversion rules are stored under this key in theContextobject store.- Since:
- 1.5.14
- 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 theContextobject 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
-
STRICT_STR
public static final String STRICT_STR
Keyword for setting a strict ISO8601 pattern which includes 'T' between the date and the time- Since:
- 1.5.7
- See Also:
- Constant Field Values
-
STRICT_ISO8601_PATTERN
public static final String STRICT_ISO8601_PATTERN
Strict ISO8601 pattern which includes 'T' between the date and the time- Since:
- 15.7
- See Also:
- Constant Field Values
-
FILE_TIMESTAMP_PATTERN
public static final String FILE_TIMESTAMP_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
-
NA
public static final String 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:
- Constant Field Values
-
EMPTY_STRING_ARRAY
public static final String[] EMPTY_STRING_ARRAY
An empty string array.
-
UTF_8_CHARSET
public static final Charset UTF_8_CHARSET
-
EMPTY_CLASS_ARRAY
public static final Class<?>[] EMPTY_CLASS_ARRAY
An empty Class array.
-
EMPTY_FILE_ARRAY
public static final File[] EMPTY_FILE_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
-
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
-
EQUALS_CHAR
public static final char EQUALS_CHAR
- See Also:
- Constant Field Values
-
DEFAULT_VALUE_SEPARATOR
public static final String DEFAULT_VALUE_SEPARATOR
- See Also:
- Constant Field Values
-
NULL_STR
public static final String NULL_STR
- 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
-
JNDI_JAVA_NAMESPACE
public static final String JNDI_JAVA_NAMESPACE
- See Also:
- Constant Field Values
-
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
-
SEE_MISSING_INTEGER_TOKEN
public static final String SEE_MISSING_INTEGER_TOKEN
- See Also:
- Constant Field Values
-
CONFIGURATION_WATCH_LIST
public static final String CONFIGURATION_WATCH_LIST
- See Also:
- Constant Field Values
-
CONFIGURATION_WATCH_LIST_RESET_X
public static final String CONFIGURATION_WATCH_LIST_RESET_X
- 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
-
SHUTDOWN_HOOK_THREAD
public static final String SHUTDOWN_HOOK_THREAD
- 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
-
UNKNOWN_LOCALHOST
public static final String UNKNOWN_LOCALHOST
- 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 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_JOBS
The number of seconds to wait for compression jobs to finish.- 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
-
JNDI_COMP_PREFIX
public static final String JNDI_COMP_PREFIX
- See Also:
- Constant Field Values
-
UNDEFINED_PROPERTY_SUFFIX
public static final String UNDEFINED_PROPERTY_SUFFIX
- See Also:
- Constant Field Values
-
LEFT_ACCOLADE
public static final String LEFT_ACCOLADE
-
RIGHT_ACCOLADE
public static final String RIGHT_ACCOLADE
-
UNBOUNDED_TOTAL_SIZE_CAP
public static final long UNBOUNDED_TOTAL_SIZE_CAP
- See Also:
- Constant Field Values
-
UNBOUNDED_HISTORY
public static final int UNBOUNDED_HISTORY
If Rolling- See Also:
- Constant Field Values
-
UNBOUND_HISTORY
public static final int UNBOUND_HISTORY
Deprecated.Replaced byUNBOUNDED_HISTORYwith the same identical value.- See Also:
UNBOUNDED_HISTORY, Constant Field Values
-
SIZE_AND_TIME_BASED_FNATP_IS_DEPRECATED
public static final String SIZE_AND_TIME_BASED_FNATP_IS_DEPRECATED
- See Also:
- Constant Field Values
-
SIZE_AND_TIME_BASED_FNATP_IS_DEPRECATED_BIS
public static final String SIZE_AND_TIME_BASED_FNATP_IS_DEPRECATED_BIS
- See Also:
- Constant Field Values
-
JSON_LINE_SEPARATOR
public static final char JSON_LINE_SEPARATOR
- See Also:
- Constant Field Values
-
MODEL_CONFIG_FILE_EXTENSION
public static final String MODEL_CONFIG_FILE_EXTENSION
- See Also:
- Constant Field Values
-
PROPERTIES_FILE_EXTENSION
public static final String PROPERTIES_FILE_EXTENSION
since 1.5.8- See Also:
- Constant Field Values
-
LOGBACK_CORE_VERSION_MESSAGE
public static final String LOGBACK_CORE_VERSION_MESSAGE
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
CoreConstants
public CoreConstants()
-
-