Uses of Interface
ch.qos.logback.core.Context
Package
Description
Contains logback classic main classes.
Contains Joran configuration 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 functionalities 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.classic
Modifier and TypeClassDescriptionclass
LoggerContext glues many of the logback-classic components together. -
Uses of Context in ch.qos.logback.classic.joran
-
Uses of Context in ch.qos.logback.classic.model.processor
Modifier and TypeMethodDescriptionstatic ModelHandlerBase
ConfigurationModelHandler.makeInstance
(Context context, ModelInterpretationContext mic) static ModelHandlerBase
ContextNameModelHandler.makeInstance
(Context context, ModelInterpretationContext ic) static ModelHandlerBase
LevelModelHandler.makeInstance
(Context context, ModelInterpretationContext ic) static ModelHandlerBase
LoggerContextListenerModelHandler.makeInstance
(Context context, ModelInterpretationContext ic) static ModelHandlerBase
LoggerModelHandler.makeInstance
(Context context, ModelInterpretationContext mic) static ModelHandlerBase
ReceiverModelHandler.makeInstance
(Context context, ModelInterpretationContext ic) static RootLoggerModelHandler
RootLoggerModelHandler.makeInstance
(Context context, ModelInterpretationContext ic) static ModelHandlerBase
ConfigurationModelHandlerFull.makeInstance2
(Context context, ModelInterpretationContext mic) ModifierConstructorDescriptionConfigurationModelHandler
(Context context) ConfigurationModelHandlerFull
(Context context) ContextNameModelHandler
(Context context) LevelModelHandler
(Context context) LoggerContextListenerModelHandler
(Context context) LoggerModelHandler
(Context context) ReceiverModelHandler
(Context context) RootLoggerModelHandler
(Context context) -
Uses of Context in ch.qos.logback.classic.pattern
Modifier and TypeMethodDescriptionvoid
EnsureExceptionHandling.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
-
Uses of Context in ch.qos.logback.classic.tyler
-
Uses of Context in ch.qos.logback.core
-
Uses of Context in ch.qos.logback.core.joran
Modifier and TypeMethodDescriptionstatic void
GenericXMLConfigurator.informContextOfURLUsedForConfiguration
(Context context, URL url) static ModelHandlerBase
ParamModelHandler.makeInstance
(Context context, ModelInterpretationContext ic) ModifierConstructorDescriptionParamModelHandler
(Context context, BeanDescriptionCache beanDescriptionCache) -
Uses of Context in ch.qos.logback.core.joran.event
ModifierConstructorDescriptionSaxEventRecorder
(Context context) SaxEventRecorder
(Context context, ElementPath elementPath) -
Uses of Context in ch.qos.logback.core.joran.event.stax
-
Uses of Context in ch.qos.logback.core.joran.spi
ModifierConstructorDescriptionSaxEventInterpretationContext
(Context context, SaxEventInterpreter saxEventInterpreter) SaxEventInterpreter
(Context context, RuleStore rs, ElementPath initialElementPath, List<SaxEvent> saxEvents) SimpleRuleStore
(Context context) -
Uses of Context in ch.qos.logback.core.joran.util
Modifier 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) void
PropertySetter.setContext
(Context context) static void
ConfigurationWatchListUtil.setMainWatchURL
(Context context, URL url) -
Uses of Context in ch.qos.logback.core.joran.util.beans
-
Uses of Context in ch.qos.logback.core.model
Modifier and TypeMethodDescriptionModelHandlerFactoryMethod.make
(Context context, ModelInterpretationContext ic) -
Uses of Context in ch.qos.logback.core.model.processor
Modifier and TypeMethodDescriptionstatic ModelHandlerBase
AppenderModelHandler.makeInstance
(Context context, ModelInterpretationContext mic) static ModelHandlerBase
AppenderRefModelHandler.makeInstance
(Context context, ModelInterpretationContext ic) static DefineModelHandler
DefineModelHandler.makeInstance
(Context context, ModelInterpretationContext ic) static ModelHandlerBase
EventEvaluatorModelHandler.makeInstance
(Context context, ModelInterpretationContext ic) static ImplicitModelHandler
ImplicitModelHandler.makeInstance
(Context context, ModelInterpretationContext mic) static ModelHandlerBase
ImportModelHandler.makeInstance
(Context context, ModelInterpretationContext ic) static IncludeModelHandler
IncludeModelHandler.makeInstance
(Context context, ModelInterpretationContext mic) static ModelHandlerBase
InsertFromJNDIModelHandler.makeInstance
(Context context, ModelInterpretationContext ic) static NOPModelHandler
NOPModelHandler.makeInstance
(Context context, ModelInterpretationContext ic) static ModelHandlerBase
PropertyModelHandler.makeInstance
(Context context, ModelInterpretationContext ic) static ModelHandlerBase
SequenceNumberGeneratorModelHandler.makeInstance
(Context context, ModelInterpretationContext ic) static ModelHandlerBase
SerializeModelModelHandler.makeInstance
(Context context, ModelInterpretationContext mic) static ModelHandlerBase
ShutdownHookModelHandler.makeInstance
(Context context, ModelInterpretationContext mic) static ModelHandlerBase
StatusListenerModelHandler.makeInstance
(Context context, ModelInterpretationContext ic) static ModelHandlerBase
TimestampModelHandler.makeInstance
(Context context, ModelInterpretationContext ic) ModifierConstructorDescriptionAppenderModelHandler
(Context context) AppenderRefDependencyAnalyser
(Context context) AppenderRefModelHandler
(Context context) DefaultProcessor
(Context context, ModelInterpretationContext mic) DefineModelHandler
(Context context) EventEvaluatorModelHandler
(Context context) ImplicitModelHandler
(Context context, BeanDescriptionCache beanDescriptionCache) ImportModelHandler
(Context context) IncludeModelHandler
(Context context) InsertFromJNDIModelHandler
(Context context) ModelHandlerBase
(Context context) ModelInterpretationContext
(Context context) ModelInterpretationContext
(Context context, Object configuratorHint) NOPModelHandler
(Context context) PropertyModelHandler
(Context context) RefContainerDependencyAnalyser
(Context context, Class<?> modelClass) SerializeModelModelHandler
(Context context) ShutdownHookModelHandler
(Context context) StatusListenerModelHandler
(Context context) TimestampModelHandler
(Context context) -
Uses of Context in ch.qos.logback.core.model.processor.conditional
Modifier and TypeMethodDescriptionstatic ModelHandlerBase
ElseModelHandler.makeInstance
(Context context, ModelInterpretationContext ic) static ModelHandlerBase
IfModelHandler.makeInstance
(Context context, ModelInterpretationContext ic) static ModelHandlerBase
ThenModelHandler.makeInstance
(Context context, ModelInterpretationContext ic) ModifierConstructorDescriptionElseModelHandler
(Context context) IfModelHandler
(Context context) ThenModelHandler
(Context context) -
Uses of Context in ch.qos.logback.core.model.util
ModifierConstructorDescriptionVariableSubstitutionsHelper
(Context context) VariableSubstitutionsHelper
(Context context, Map<String, String> otherMap) -
Uses of Context in ch.qos.logback.core.pattern
Modifier 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
-
Uses of Context in ch.qos.logback.core.rolling.helper
-
Uses of Context in ch.qos.logback.core.sift
Modifier and TypeMethodDescriptionAppenderFactory.buildAppender
(Context context, String discriminatingValue) AppenderFactoryUsingSiftModel.buildAppender
(Context context, String discriminatingValue) static NOPSiftModelHandler
NOPSiftModelHandler.makeInstance
(Context context, ModelInterpretationContext ic) static SiftModelHandler
SiftModelHandler.makeInstance
(Context context, ModelInterpretationContext ic) ModifierConstructorDescriptionAppenderTracker
(Context context, AppenderFactory<E> appenderFactory) NOPSiftModelHandler
(Context context) SiftModelHandler
(Context context) SiftProcessor
(Context context, ModelInterpretationContext mic) -
Uses of Context in ch.qos.logback.core.spi
Modifier and TypeFieldDescriptionprotected Context
ContextAwareBase.context
protected Context
ContextAwareImpl.context
Modifier and TypeMethodDescriptionContextAware.getContext()
ContextAwareBase.getContext()
ContextAwareImpl.getContext()
Modifier and TypeMethodDescriptionvoid
ContextAware.setContext
(Context context) void
ContextAwareBase.setContext
(Context context) void
ContextAwareImpl.setContext
(Context context) -
Uses of Context in ch.qos.logback.core.status
Modifier 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. -
Uses of Context in ch.qos.logback.core.util
Modifier 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
Deprecated.Print the contents of the context's status data.static void
Deprecated.Print context's status data with a timestamp higher than the threshold.void
Print the contents of the context's status data.void
Print context's status data with a timestamp higher than the threshold.static void
StatusPrinter.printIfErrorsOccured
(Context context) Deprecated.Print the contents of the context statuses, but only if they contain errors.void
StatusPrinter2.printIfErrorsOccured
(Context context) Print the contents of the context statuses, but only if they contain errors.static void
StatusPrinter.printInCaseOfErrorsOrWarnings
(Context context) Deprecated.Print the contents of the context statuses, but only if they contain warnings or errors.static void
StatusPrinter.printInCaseOfErrorsOrWarnings
(Context context, long threshold) Deprecated.Print the contents of the context status, but only if they contain warnings or errors occurring later than the threshold.void
StatusPrinter2.printInCaseOfErrorsOrWarnings
(Context context) Print the contents of the context statuses, but only if they contain warnings or errors.void
StatusPrinter2.printInCaseOfErrorsOrWarnings
(Context context, long threshold) Print the contents of the context status, but only if they contain warnings or errors occurring later than the threshold.ModifierConstructorDescriptionContextUtil
(Context context) InterruptUtil
(Context context) NetworkAddressUtil
(Context context)