Package ch.qos.logback.classic
Class ClassicConstants
java.lang.Object
ch.qos.logback.classic.ClassicConstants
Deprecated.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
Deprecated.The default stack data depth computed during caller data extraction.static final String
Deprecated.static final Marker
Deprecated.static final String
Deprecated.static final String
Deprecated.static final String
Deprecated.static final String
Deprecated.static final int
Deprecated.The maximum number of package separators (dots) that abbreviation algorithms can handle.static final String
Deprecated.static final String
Deprecated.static final String
Deprecated.static final String
Deprecated.static final String
Deprecated.static final String
Deprecated.static final String
Deprecated.static final String
Deprecated. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
USER_MDC_KEY
Deprecated.- See Also:
-
LOGBACK_CONTEXT_SELECTOR
Deprecated.- See Also:
-
JNDI_CONFIGURATION_RESOURCE
Deprecated.- See Also:
-
JNDI_CONTEXT_NAME
Deprecated.- See Also:
-
MAX_DOTS
public static final int MAX_DOTSDeprecated.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.- See Also:
-
DEFAULT_MAX_CALLEDER_DATA_DEPTH
public static final int DEFAULT_MAX_CALLEDER_DATA_DEPTHDeprecated.The default stack data depth computed during caller data extraction.- See Also:
-
REQUEST_REMOTE_HOST_MDC_KEY
Deprecated.- See Also:
-
REQUEST_USER_AGENT_MDC_KEY
Deprecated.- See Also:
-
REQUEST_REQUEST_URI
Deprecated.- See Also:
-
REQUEST_QUERY_STRING
Deprecated.- See Also:
-
REQUEST_REQUEST_URL
Deprecated.- See Also:
-
REQUEST_METHOD
Deprecated.- See Also:
-
REQUEST_X_FORWARDED_FOR
Deprecated.- See Also:
-
GAFFER_CONFIGURATOR_FQCN
Deprecated.- See Also:
-
FINALIZE_SESSION
Deprecated.- See Also:
-
FINALIZE_SESSION_MARKER
Deprecated.
-
-
Constructor Details
-
ClassicConstants
public ClassicConstants()Deprecated.
-