- java.lang.Object
-
- ch.qos.logback.classic.ClassicConstants
-
public class ClassicConstants extends Object
-
-
Field Summary
-
Constructor Summary
Constructors Constructor Description ClassicConstants()
-
-
-
Field Detail
-
USER_MDC_KEY
public static final String USER_MDC_KEY
- See Also:
- Constant Field Values
-
LOGBACK_CONTEXT_SELECTOR
public static final String LOGBACK_CONTEXT_SELECTOR
- See Also:
- Constant Field Values
-
CONFIG_FILE_PROPERTY
public static final String CONFIG_FILE_PROPERTY
- See Also:
- Constant Field Values
-
MODEL_CONFIG_FILE_PROPERTY
public static final String MODEL_CONFIG_FILE_PROPERTY
property name designating the path for the serialized configuration model file- Since:
- 1.3.9/1.4.9
- See Also:
- Constant Field Values
-
JNDI_CONFIGURATION_RESOURCE
public static final String JNDI_CONFIGURATION_RESOURCE
- See Also:
- Constant Field Values
-
JNDI_CONTEXT_NAME
public static final String JNDI_CONTEXT_NAME
- See Also:
- Constant Field Values
-
MAX_DOTS
public static final int MAX_DOTS
The maximum number of package separators (dots) that abbreviation algorithms can handle. Class or logger names with more separators will have their first MAX_DOTS parts shortened. Since 1.3.0, no longer unused- See Also:
- Constant Field Values
-
DEFAULT_MAX_CALLEDER_DATA_DEPTH
public static final int DEFAULT_MAX_CALLEDER_DATA_DEPTH
The default stack data depth computed during caller data extraction.- See Also:
- Constant Field Values
-
REQUEST_REMOTE_HOST_MDC_KEY
public static final String REQUEST_REMOTE_HOST_MDC_KEY
- See Also:
- Constant Field Values
-
REQUEST_USER_AGENT_MDC_KEY
public static final String REQUEST_USER_AGENT_MDC_KEY
- See Also:
- Constant Field Values
-
REQUEST_REQUEST_URI
public static final String REQUEST_REQUEST_URI
- See Also:
- Constant Field Values
-
REQUEST_QUERY_STRING
public static final String REQUEST_QUERY_STRING
- See Also:
- Constant Field Values
-
REQUEST_REQUEST_URL
public static final String REQUEST_REQUEST_URL
- See Also:
- Constant Field Values
-
REQUEST_METHOD
public static final String REQUEST_METHOD
- See Also:
- Constant Field Values
-
REQUEST_X_FORWARDED_FOR
public static final String REQUEST_X_FORWARDED_FOR
- See Also:
- Constant Field Values
-
GAFFER_CONFIGURATOR_FQCN
public static final String GAFFER_CONFIGURATOR_FQCN
- See Also:
- Constant Field Values
-
FINALIZE_SESSION
public static final String FINALIZE_SESSION
- See Also:
- Constant Field Values
-
FINALIZE_SESSION_MARKER
public static final org.slf4j.Marker FINALIZE_SESSION_MARKER
-
AUTOCONFIG_FILE
public static final String AUTOCONFIG_FILE
- See Also:
- Constant Field Values
-
TEST_AUTOCONFIG_FILE
public static final String TEST_AUTOCONFIG_FILE
- See Also:
- Constant Field Values
-
LOGBACK_CLASSIC_VERSION_MESSAGE
public static final String LOGBACK_CLASSIC_VERSION_MESSAGE
- See Also:
- Constant Field Values
-
LOGBACK_VERSIONS_MISMATCH
public static final String LOGBACK_VERSIONS_MISMATCH
- See Also:
- Constant Field Values
-
DECLARING_CLASS_NA
public static final String DECLARING_CLASS_NA
- See Also:
- Constant Field Values
-
METHOD_NAME_NA
public static final String METHOD_NAME_NA
- See Also:
- Constant Field Values
-
FILENAME_NA
public static final String FILENAME_NA
- See Also:
- Constant Field Values
-
LINE_NUMBER_NA
public static final int LINE_NUMBER_NA
- See Also:
- Constant Field Values
-
CLASS_NA
public static final String CLASS_NA
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
ClassicConstants
public ClassicConstants()
-
-