ch.qos.logback.classic
Class ClassicConstants
java.lang.Object
ch.qos.logback.classic.ClassicConstants
public class ClassicConstants
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
USER_MDC_KEY
public static final java.lang.String USER_MDC_KEY
- See Also:
- Constant Field Values
LOGBACK_CONTEXT_SELECTOR
public static final java.lang.String LOGBACK_CONTEXT_SELECTOR
- See Also:
- Constant Field Values
JNDI_CONFIGURATION_RESOURCE
public static java.lang.String JNDI_CONFIGURATION_RESOURCE
JNDI_CONTEXT_NAME
public static java.lang.String JNDI_CONTEXT_NAME
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.
- 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
ClassicConstants
public ClassicConstants()