Uses of Interface
ch.qos.logback.core.Context
Packages that use Context
Package
Description
This is logback access' implementation for Jetty 8.
Provides classes implementing format specifiers in conversion patterns.
Contains the core classes of logback access.
This is logback access' implementation for Tomcat.
Contains logback classic main classes.
Provides classes implementing format specifiers in conversion patterns.
Contains core classes of logback classic.
Contains the main classes of logback core.
Contains Joran configuration classes.
Contains the base classes used by PatternLayout.
Internal helper classes used by
ch.qos.logback.core.rolling package.Contains core functionnalities of logback, such as
Contains logback's internal error reporting system.
Contains various utility classes.
-
Uses of Context in ch.qos.logback.access.jetty
Classes in ch.qos.logback.access.jetty that implement ContextModifier and TypeClassDescriptionclassThis class is logback's implementation of jetty's RequestLog interface. -
Uses of Context in ch.qos.logback.access.pattern
Methods in ch.qos.logback.access.pattern that return ContextMethods in ch.qos.logback.access.pattern with parameters of type ContextModifier and TypeMethodDescriptionvoidEnsureLineSeparation.process(Context context, Converter<IAccessEvent> head) Add a line separator converter so that access event appears on a separate line.voidAccessConverter.setContext(Context context) -
Uses of Context in ch.qos.logback.access.spi
Classes in ch.qos.logback.access.spi that implement ContextModifier and TypeClassDescriptionclassA minimal context implementation used by certain logback-access components, mainly SocketServer. -
Uses of Context in ch.qos.logback.access.tomcat
Classes in ch.qos.logback.access.tomcat that implement ContextModifier and TypeClassDescriptionclassThis class is an implementation of tomcat's Valve interface, by extending ValveBase. -
Uses of Context in ch.qos.logback.classic
Classes in ch.qos.logback.classic that implement ContextModifier and TypeClassDescriptionclassLoggerContext glues many of the logback-classic components together. -
Uses of Context in ch.qos.logback.classic.jmx
Methods in ch.qos.logback.classic.jmx with parameters of type ContextModifier and TypeMethodDescriptionstatic ObjectNameMBeanUtil.string2ObjectName(Context context, Object caller, String objectNameAsStr) -
Uses of Context in ch.qos.logback.classic.pattern
Methods in ch.qos.logback.classic.pattern with parameters of type ContextModifier and TypeMethodDescriptionvoidEnsureExceptionHandling.process(Context context, Converter<ILoggingEvent> head) This implementation checks if any of the converters in the chain handles exceptions. -
Uses of Context in ch.qos.logback.classic.spi
Methods in ch.qos.logback.classic.spi with parameters of type Context -
Uses of Context in ch.qos.logback.core
Classes in ch.qos.logback.core that implement ContextMethods in ch.qos.logback.core that return ContextMethods in ch.qos.logback.core with parameters of type Context -
Uses of Context in ch.qos.logback.core.joran
Methods in ch.qos.logback.core.joran with parameters of type ContextModifier and TypeMethodDescriptionstatic voidGenericConfigurator.informContextOfURLUsedForConfiguration(Context context, URL url) -
Uses of Context in ch.qos.logback.core.joran.event
Methods in ch.qos.logback.core.joran.event that return ContextMethods in ch.qos.logback.core.joran.event with parameters of type ContextConstructors in ch.qos.logback.core.joran.event with parameters of type Context -
Uses of Context in ch.qos.logback.core.joran.spi
Constructors in ch.qos.logback.core.joran.spi with parameters of type ContextModifierConstructorDescription(package private)CAI_WithLocatorSupport(Context context, Interpreter interpreter) InterpretationContext(Context context, Interpreter joranInterpreter) Interpreter(Context context, RuleStore rs, ElementPath initialElementPath) SimpleRuleStore(Context context) -
Uses of Context in ch.qos.logback.core.joran.util
Methods in ch.qos.logback.core.joran.util with parameters of type ContextModifier and TypeMethodDescription(package private) static void(package private) static voidstatic voidConfigurationWatchListUtil.addToWatchList(Context context, URL url) (package private) static voidstatic ConfigurationWatchListConfigurationWatchListUtil.getConfigurationWatchList(Context context) static URLConfigurationWatchListUtil.getMainWatchURL(Context context) static voidConfigurationWatchListUtil.registerConfigurationWatchList(Context context, ConfigurationWatchList cwl) static voidConfigurationWatchListUtil.setMainWatchURL(Context context, URL url) -
Uses of Context in ch.qos.logback.core.joran.util.beans
Constructors in ch.qos.logback.core.joran.util.beans with parameters of type ContextModifierConstructorDescriptionBeanDescriptionCache(Context context) (package private)BeanDescriptionFactory(Context context) -
Uses of Context in ch.qos.logback.core.pattern
Methods in ch.qos.logback.core.pattern that return ContextMethods in ch.qos.logback.core.pattern with parameters of type ContextModifier and TypeMethodDescriptionvoidPost compile processing of the converter chain.voidDynamicConverter.setContext(Context context) static <E> voidConverterUtil.setContextForConverters(Context context, Converter<E> head) -
Uses of Context in ch.qos.logback.core.recovery
Fields in ch.qos.logback.core.recovery declared as ContextMethods in ch.qos.logback.core.recovery that return ContextMethods in ch.qos.logback.core.recovery with parameters of type Context -
Uses of Context in ch.qos.logback.core.rolling.helper
Constructors in ch.qos.logback.core.rolling.helper with parameters of type Context -
Uses of Context in ch.qos.logback.core.sift
Fields in ch.qos.logback.core.sift declared as ContextMethods in ch.qos.logback.core.sift with parameters of type ContextModifier and TypeMethodDescriptionAbstractAppenderFactoryUsingJoran.buildAppender(Context context, String discriminatingValue) AppenderFactory.buildAppender(Context context, String discriminatingValue) Constructors in ch.qos.logback.core.sift with parameters of type ContextModifierConstructorDescriptionAppenderTracker(Context context, AppenderFactory<E> appenderFactory) -
Uses of Context in ch.qos.logback.core.spi
Fields in ch.qos.logback.core.spi declared as ContextModifier and TypeFieldDescriptionprotected ContextContextAwareBase.contextprotected ContextContextAwareImpl.contextMethods in ch.qos.logback.core.spi that return ContextModifier and TypeMethodDescriptionContextAware.getContext()ContextAwareBase.getContext()ContextAwareImpl.getContext()Methods in ch.qos.logback.core.spi with parameters of type ContextModifier and TypeMethodDescriptionvoidContextAware.setContext(Context context) voidContextAwareBase.setContext(Context context) voidContextAwareImpl.setContext(Context context) Constructors in ch.qos.logback.core.spi with parameters of type Context -
Uses of Context in ch.qos.logback.core.status
Methods in ch.qos.logback.core.status with parameters of type ContextModifier and TypeMethodDescriptionstatic booleanStatusUtil.contextHasStatusListener(Context context) Returns true if the StatusManager associated with the context passed as parameter has one or more StatusListener instances registered.Constructors in ch.qos.logback.core.status with parameters of type Context -
Uses of Context in ch.qos.logback.core.util
Methods in ch.qos.logback.core.util with parameters of type ContextModifier and TypeMethodDescriptionstatic voidStatusListenerConfigHelper.addOnConsoleListenerInstance(Context context, OnConsoleStatusListener onConsoleStatusListener) This utility method adds a new OnConsoleStatusListener to the context passed as parameter.private static voidStatusListenerConfigHelper.addStatusListener(Context context, String listenerClassName) private static StatusListenerStatusListenerConfigHelper.createListenerPerClassName(Context context, String listenerClass) ContextUtil.getFilenameCollisionMap(Context context) static Map<String, FileNamePattern> ContextUtil.getFilenamePatternCollisionMap(Context context) private static voidStatusListenerConfigHelper.initAndAddListener(Context context, StatusListener listener) static voidStatusListenerConfigHelper.installIfAsked(Context context) static ObjectOptionHelper.instantiateByClassName(String className, Class<?> superClass, Context context) static ObjectOptionHelper.instantiateByClassNameAndParameter(String className, Class<?> superClass, Context context, Class<?> type, Object param) static Class<?> static voidPrint the contents of the context's status data.static voidPrint context's status data with a timestamp higher than the threshold.static voidStatusPrinter.printIfErrorsOccured(Context context) Print the contents of the context statuses, but only if they contain errors.static voidStatusPrinter.printInCaseOfErrorsOrWarnings(Context context) Print the contents of the context statuses, but only if they contain warnings or errors.static voidStatusPrinter.printInCaseOfErrorsOrWarnings(Context context, long threshold) Print the contents of the context status, but only if they contain warnings or errors occurring later then the threshold.Constructors in ch.qos.logback.core.util with parameters of type Context