Uses of Interface
ch.qos.logback.core.Context
Packages that use Context
Package
Description
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
AppenderAttachable
and
LifeCycle
.Contains logback's internal error reporting system.
Contains various utility classes.
-
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 TypeMethodDescriptionprotected DefaultProcessor
GenericConfigurator.buildDefaultProcessor(Context context, InterpretationContext interpretationContext)
protected DefaultProcessor
JoranConfiguratorBase.buildDefaultProcessor(Context context, InterpretationContext interpretationContext)
static void
GenericConfigurator.informContextOfURLUsedForConfiguration(Context context, URL url)
static ModelHandlerBase
ParamModelHandler.makeInstance(Context context, InterpretationContext ic)
Constructors in ch.qos.logback.core.joran with parameters of type ContextModifierConstructorDescriptionParamModelHandler(Context context, BeanDescriptionCache beanDescriptionCache)
-
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 ContextModifierConstructorDescriptionSaxEventRecorder(Context context)
SaxEventRecorder(Context context, ElementPath elementPath)
-
Uses of Context in ch.qos.logback.core.joran.event.stax
Constructors in ch.qos.logback.core.joran.event.stax 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 ContextModifierConstructorDescriptionInterpretationContext(Context context, SaxEventInterpreter saxEventInterpreter)
SaxEventInterpreter(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 TypeMethodDescriptionstatic void
ConfigurationWatchListUtil.addToWatchList(Context context, URL url)
static ConfigurationWatchList
ConfigurationWatchListUtil.getConfigurationWatchList(Context context)
static URL
ConfigurationWatchListUtil.getMainWatchURL(Context context)
static void
ConfigurationWatchListUtil.registerConfigurationWatchList(Context context, ConfigurationWatchList cwl)
static void
ConfigurationWatchListUtil.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 Context -
Uses of Context in ch.qos.logback.core.model
Methods in ch.qos.logback.core.model with parameters of type ContextModifier and TypeMethodDescriptionModelFactoryMethod.make(Context context, InterpretationContext ic)
-
Uses of Context in ch.qos.logback.core.model.processor
Methods in ch.qos.logback.core.model.processor with parameters of type ContextModifier and TypeMethodDescriptionstatic ModelHandlerBase
AppenderModelHandler.makeInstance(Context context, InterpretationContext ic)
static ModelHandlerBase
AppenderRefModelHandler.makeInstance(Context context, InterpretationContext ic)
static DefineModelHandler
DefineModelHandler.makeInstance(Context context, InterpretationContext ic)
static ModelHandlerBase
EventEvaluatorModelHandler.makeInstance(Context context, InterpretationContext ic)
static ImplicitModelHandler
ImplicitModelHandler.makeInstance(Context context, InterpretationContext ic)
static ModelHandlerBase
IncludeModelHandler.makeInstance(Context context, InterpretationContext ic)
static ModelHandlerBase
PropertyModelHandler.makeInstance(Context context, InterpretationContext ic)
static ModelHandlerBase
ShutdownHookModelHandler.makeInstance(Context context, InterpretationContext ic)
static ModelHandlerBase
StatusListenerModelHandler.makeInstance(Context context, InterpretationContext ic)
static ModelHandlerBase
TimestampModelHandler.makeInstance(Context context, InterpretationContext ic)
Constructors in ch.qos.logback.core.model.processor with parameters of type ContextModifierConstructorDescriptionAppenderModelHandler(Context context)
AppenderRefDependencyAnalyser(Context context)
AppenderRefModelHandler(Context context)
DefaultProcessor(Context context, InterpretationContext interpretationContext)
DefineModelHandler(Context context)
EventEvaluatorModelHandler(Context context)
ImplicitModelHandler(Context context, BeanDescriptionCache beanDescriptionCache)
IncludeModelHandler(Context context)
ModelHandlerBase(Context context)
PropertyModelHandler(Context context)
RefContainerDependencyAnalyser(Context context, Class<?> modelClass)
ShutdownHookModelHandler(Context context)
StatusListenerModelHandler(Context context)
TimestampModelHandler(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 TypeMethodDescriptionvoid
Post compile processing of the converter chain.void
DynamicConverter.setContext(Context context)
static <E> void
ConverterUtil.setContextForConverters(Context context, Converter<E> head)
-
Uses of Context in ch.qos.logback.core.recovery
Methods 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
Methods in ch.qos.logback.core.sift with parameters of type ContextModifier and TypeMethodDescriptionAppenderFactory.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 Context
ContextAwareBase.context
protected Context
ContextAwareImpl.context
Methods 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 TypeMethodDescriptionvoid
ContextAware.setContext(Context context)
void
ContextAwareBase.setContext(Context context)
void
ContextAwareImpl.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 boolean
StatusUtil.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 void
StatusListenerConfigHelper.addOnConsoleListenerInstance(Context context, OnConsoleStatusListener onConsoleStatusListener)
This utility method adds a new OnConsoleStatusListener to the context passed as parameter.ContextUtil.getFilenameCollisionMap(Context context)
static Map<String,FileNamePattern>
ContextUtil.getFilenamePatternCollisionMap(Context context)
static void
StatusListenerConfigHelper.installIfAsked(Context context)
static Object
OptionHelper.instantiateByClassName(String className, Class<?> superClass, Context context)
static Object
OptionHelper.instantiateByClassNameAndParameter(String className, Class<?> superClass, Context context, Class<?> type, Object param)
static Class<?>
static void
Print the contents of the context's status data.static void
Print context's status data with a timestamp higher than the threshold.static void
StatusPrinter.printIfErrorsOccured(Context context)
Print the contents of the context statuses, but only if they contain errors.static void
StatusPrinter.printInCaseOfErrorsOrWarnings(Context context)
Print the contents of the context statuses, but only if they contain warnings or errors.static void
StatusPrinter.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 ContextModifierConstructorDescriptionContextUtil(Context context)
InterruptUtil(Context context)
NetworkAddressUtil(Context context)