Uses of Interface
ch.qos.logback.core.Context
-
Packages that use Context Package Description ch.qos.logback.classic Contains logback classic main classes.ch.qos.logback.classic.joran Contains Joran configuration classes.ch.qos.logback.classic.model.processor Contains model processors for handling configuration model objects.ch.qos.logback.classic.pattern Provides classes implementing format specifiers in conversion patterns.ch.qos.logback.classic.spi Contains core classes of logback classic.ch.qos.logback.classic.tyler Contains components for Logback Tyler configuration management and monitoring.ch.qos.logback.core Contains the main classes of logback core.ch.qos.logback.core.joran Contains Joran configuration classes.ch.qos.logback.core.joran.event Contains event classes representing SAX parsing events in Joran.ch.qos.logback.core.joran.spi Contains service provider interface classes for Joran configuration framework.ch.qos.logback.core.joran.util Contains utility classes for Joran configuration processing.ch.qos.logback.core.joran.util.beans Contains JavaBeans introspection utilities for Joran.ch.qos.logback.core.model Contains Model classes which are the internal representation of configuration elements, independent of XML.ch.qos.logback.core.model.processor Contains model processors for handling configuration model objects.ch.qos.logback.core.model.processor.conditional Contains model processors for conditional configuration elements.ch.qos.logback.core.model.util Contains utility classes for configuration model operations.ch.qos.logback.core.net Contains the base classes used by logback to log to remote destinations.ch.qos.logback.core.pattern Contains the base classes used by PatternLayout.ch.qos.logback.core.recovery Contains recovery mechanisms for handling temporary failures in appenders.ch.qos.logback.core.rolling.helper Internal helper classes used bych.qos.logback.core.rollingpackage.ch.qos.logback.core.sift Contains sifting appender framework for dynamic appender creation based on runtime attributes.ch.qos.logback.core.spi Contains core functionalities of logback, such asAppenderAttachableandLifeCycle.ch.qos.logback.core.status Contains logback's internal error reporting system.ch.qos.logback.core.util Contains various utility classes. -
-
Uses of Context in ch.qos.logback.classic
Classes in ch.qos.logback.classic that implement Context Modifier and Type Class Description classLoggerContextLoggerContext glues many of the logback-classic components together. -
Uses of Context in ch.qos.logback.classic.joran
Methods in ch.qos.logback.classic.joran with parameters of type Context Modifier and Type Method Description voidPropertiesConfigurator. setContext(Context context)Constructors in ch.qos.logback.classic.joran with parameters of type Context Constructor Description ModelClassToModelHandlerLinker(Context context) -
Uses of Context in ch.qos.logback.classic.model.processor
Constructors in ch.qos.logback.classic.model.processor with parameters of type Context Constructor Description ConfigurationModelHandler(Context context)ConfigurationModelHandlerFull(Context context)ContextNameModelHandler(Context context)LevelModelHandler(Context context)LoggerContextListenerModelHandler(Context context)LoggerModelHandler(Context context)PropertiesConfiguratorModelHandler(Context context)RootLoggerModelHandler(Context context) -
Uses of Context in ch.qos.logback.classic.pattern
Methods in ch.qos.logback.classic.pattern with parameters of type Context Modifier and Type Method Description voidEnsureExceptionHandling. 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 Modifier and Type Method Description voidLoggerContextAwareBase. setContext(Context context) -
Uses of Context in ch.qos.logback.classic.tyler
Methods in ch.qos.logback.classic.tyler with parameters of type Context Modifier and Type Method Description voidTylerConfiguratorBase. setContext(Context context) -
Uses of Context in ch.qos.logback.core
Classes in ch.qos.logback.core that implement Context Modifier and Type Class Description classContextBaseMethods in ch.qos.logback.core that return Context Modifier and Type Method Description ContextLayoutBase. getContext()Methods in ch.qos.logback.core with parameters of type Context Modifier and Type Method Description voidLayoutBase. setContext(Context context) -
Uses of Context in ch.qos.logback.core.joran
Fields in ch.qos.logback.core.joran declared as Context Modifier and Type Field Description protected ContextModelClassToModelHandlerLinkerBase. contextMethods in ch.qos.logback.core.joran with parameters of type Context Modifier and Type Method Description static voidGenericXMLConfigurator. informContextOfURLUsedForConfiguration(Context context, URL url)Deprecated.static ModelHandlerBaseParamModelHandler. makeInstance(Context context, ModelInterpretationContext ic)Constructors in ch.qos.logback.core.joran with parameters of type Context Constructor Description ModelClassToModelHandlerLinkerBase(Context context)ParamModelHandler(Context context, BeanDescriptionCache beanDescriptionCache) -
Uses of Context in ch.qos.logback.core.joran.event
Methods in ch.qos.logback.core.joran.event that return Context Modifier and Type Method Description ContextSaxEventRecorder. getContext()Methods in ch.qos.logback.core.joran.event with parameters of type Context Modifier and Type Method Description voidSaxEventRecorder. setContext(Context context)Constructors in ch.qos.logback.core.joran.event with parameters of type Context Constructor Description SaxEventRecorder(Context context)SaxEventRecorder(Context context, ElementPath elementPath) -
Uses of Context in ch.qos.logback.core.joran.spi
Constructors in ch.qos.logback.core.joran.spi with parameters of type Context Constructor Description SaxEventInterpretationContext(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
Methods in ch.qos.logback.core.joran.util with parameters of type Context Modifier and Type Method Description static voidConfigurationWatchListUtil. addToWatchList(Context context, URL url)static voidConfigurationWatchListUtil. addToWatchList(Context context, URL url, boolean createCWL)static ConfigurationWatchListConfigurationWatchListUtil. getConfigurationWatchList(Context context)static URLConfigurationWatchListUtil. getMainWatchURL(Context context)static voidConfigurationWatchListUtil. registerConfigurationWatchList(Context context, ConfigurationWatchList cwl)static ConfigurationWatchListConfigurationWatchListUtil. registerNewConfigurationWatchListWithContext(Context context)voidPropertySetter. setContext(Context context)static voidConfigurationWatchListUtil. setMainWatchURL(Context context, URL url)Sets the main configuration watch URL in the given context's configuration watch list.static booleanConfigurationWatchListUtil. watchPredicateFulfilled(Context context)Returns true if there are watchable files, false otherwise. -
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 Constructor Description BeanDescriptionCache(Context context) -
Uses of Context in ch.qos.logback.core.model
Methods in ch.qos.logback.core.model with parameters of type Context Modifier and Type Method Description ModelHandlerBaseModelHandlerFactoryMethod. make(Context context, ModelInterpretationContext mic) -
Uses of Context in ch.qos.logback.core.model.processor
-
Uses of Context in ch.qos.logback.core.model.processor.conditional
Methods in ch.qos.logback.core.model.processor.conditional with parameters of type Context Modifier and Type Method Description static ModelHandlerBaseByPropertiesConditionModelHandler. makeInstance(Context context, ModelInterpretationContext mic)static ModelHandlerBaseElseModelHandler. makeInstance(Context context, ModelInterpretationContext ic)static ModelHandlerBaseIfModelHandler. makeInstance(Context context, ModelInterpretationContext ic)static ModelHandlerBaseThenModelHandler. makeInstance(Context context, ModelInterpretationContext ic)Constructors in ch.qos.logback.core.model.processor.conditional with parameters of type Context Constructor Description ByPropertiesConditionModelHandler(Context context)ElseModelHandler(Context context)IfModelHandler(Context context)ThenModelHandler(Context context) -
Uses of Context in ch.qos.logback.core.model.util
Constructors in ch.qos.logback.core.model.util with parameters of type Context Constructor Description VariableSubstitutionsHelper(Context context)Create a helper backed by an empty property map.VariableSubstitutionsHelper(Context context, Map<String,String> otherMap)Create a helper pre-populated with the contents ofotherMap. -
Uses of Context in ch.qos.logback.core.net
Constructors in ch.qos.logback.core.net with parameters of type Context Constructor Description HardenedObjectInputStream(Context context, InputStream in, String[] whitelistStrings)HardenedObjectInputStream(Context context, InputStream in, List<String> whitelist) -
Uses of Context in ch.qos.logback.core.pattern
Methods in ch.qos.logback.core.pattern that return Context Modifier and Type Method Description ContextDynamicConverter. getContext()Methods in ch.qos.logback.core.pattern with parameters of type Context Modifier and Type Method Description voidPostCompileProcessor. process(Context context, Converter<E> head)Post 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
Methods in ch.qos.logback.core.recovery that return Context Modifier and Type Method Description ContextResilientOutputStreamBase. getContext()Methods in ch.qos.logback.core.recovery with parameters of type Context Modifier and Type Method Description voidResilientOutputStreamBase. setContext(Context context) -
Uses of Context in ch.qos.logback.core.rolling.helper
Constructors in ch.qos.logback.core.rolling.helper with parameters of type Context Constructor Description FileNamePattern(String patternArg, Context contextArg) -
Uses of Context in ch.qos.logback.core.sift
Methods in ch.qos.logback.core.sift with parameters of type Context Modifier and Type Method Description Appender<E>AppenderFactory. buildAppender(Context context, String discriminatingValue)Appender<E>AppenderFactoryUsingSiftModel. buildAppender(Context context, String discriminatingValue)static NOPSiftModelHandlerNOPSiftModelHandler. makeInstance(Context context, ModelInterpretationContext ic)static SiftModelHandlerSiftModelHandler. makeInstance(Context context, ModelInterpretationContext ic)Constructors in ch.qos.logback.core.sift with parameters of type Context Constructor Description AppenderTracker(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
Fields in ch.qos.logback.core.spi declared as Context Modifier and Type Field Description protected ContextContextAwareBase. contextprotected ContextContextAwareImpl. contextMethods in ch.qos.logback.core.spi that return Context Modifier and Type Method Description ContextContextAware. getContext()ContextContextAwareBase. getContext()ContextContextAwareImpl. getContext()Methods in ch.qos.logback.core.spi with parameters of type Context Modifier and Type Method Description voidContextAware. setContext(Context context)voidContextAwareBase. setContext(Context context)voidContextAwareImpl. setContext(Context context)Constructors in ch.qos.logback.core.spi with parameters of type Context Constructor Description ContextAwareImpl(Context context, Object origin) -
Uses of Context in ch.qos.logback.core.status
Methods in ch.qos.logback.core.status with parameters of type Context Modifier and Type Method Description static 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 Constructor Description StatusUtil(Context context) -
Uses of Context in ch.qos.logback.core.util
Methods in ch.qos.logback.core.util with parameters of type Context Modifier and Type Method Description protected static voidVersionUtil. addFoundVersionStatus(Context context, String name, String version)static voidStatusListenerConfigHelper. addOnConsoleListenerInstance(Context context, OnConsoleStatusListener onConsoleStatusListener)This utility method adds a new OnConsoleStatusListener to the context passed as parameter.static voidVersionUtil. checkForVersionEquality(Context context, String dependerVersion, String dependencyVersion, String dependerName, String dependencyName)Compares the versions of a depender and a dependency to determine if they are equal.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 booleanLoader. isClassLoadable(String className, Context context)Check whether a given class is loadable by the class loader that loaded the context parameter.static Class<?>Loader. loadClass(String clazz, Context context)static voidStatusPrinter. print(Context context)Deprecated.Print the contents of the context's status data.static voidStatusPrinter. print(Context context, long threshold)Deprecated.Print context's status data with a timestamp higher than the threshold.voidStatusPrinter2. print(Context context)Print the contents of the context's status data.voidStatusPrinter2. print(Context context, long threshold)Print context's status data with a timestamp higher than the threshold.static voidStatusPrinter. printIfErrorsOccured(Context context)Deprecated.Print the contents of the context statuses, but only if they contain errors.voidStatusPrinter2. printIfErrorsOccured(Context context)Print the contents of the context statuses, but only if they contain errors.static voidStatusPrinter. printInCaseOfErrorsOrWarnings(Context context)Deprecated.Print the contents of the context statuses, but only if they contain warnings or errors.static voidStatusPrinter. 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.voidStatusPrinter2. printInCaseOfErrorsOrWarnings(Context context)Print the contents of the context statuses, but only if they contain warnings or errors.voidStatusPrinter2. 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.Constructors in ch.qos.logback.core.util with parameters of type Context Constructor Description ContextUtil(Context context)FileUtil(Context context)InterruptUtil(Context context)NetworkAddressUtil(Context context)VersionUtil(Context context)Instance methods allow for polymorphism, static methods do not.
-