Uses of Interface
ch.qos.logback.core.Context

Packages that use Context
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   
ch.qos.logback.core.joran.spi   
ch.qos.logback.core.joran.util   
ch.qos.logback.core.pattern Contains the base classes used by PatternLayout. 
ch.qos.logback.core.recovery   
ch.qos.logback.core.rolling.helper Internal helper classes used by ch.qos.logback.core.rolling package. 
ch.qos.logback.core.sift   
ch.qos.logback.core.spi Contains core functionnalities of logback, such as 
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.core
 

Classes in ch.qos.logback.core that implement Context
 class ContextBase
           
 

Methods in ch.qos.logback.core that return Context
 Context LayoutBase.getContext()
           
 

Methods in ch.qos.logback.core with parameters of type Context
 void LayoutBase.setContext(Context context)
           
 

Uses of Context in ch.qos.logback.core.joran
 

Methods in ch.qos.logback.core.joran with parameters of type Context
static void GenericConfigurator.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 Context
 Context SaxEventRecorder.getContext()
           
 

Methods in ch.qos.logback.core.joran.event with parameters of type Context
 void SaxEventRecorder.setContext(Context context)
           
 

Constructors in ch.qos.logback.core.joran.event with parameters of type Context
SaxEventRecorder(Context context)
           
 

Uses of Context in ch.qos.logback.core.joran.spi
 

Constructors in ch.qos.logback.core.joran.spi with parameters of type Context
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 Context
static void ConfigurationWatchListUtil.addToWatchList(Context context, URL url)
           
static ConfigurationWatchList ConfigurationWatchListUtil.getConfigurationWatchList(Context context)
           
static URL ConfigurationWatchListUtil.getMainWatchURL(Context context)
           
static void ConfigurationWatchListUtil.setConfigurationWatchListResetFlag(Context context, boolean val)
           
static void ConfigurationWatchListUtil.setMainWatchURL(Context context, URL url)
           
static boolean ConfigurationWatchListUtil.wasConfigurationWatchListReset(Context context)
           
 

Uses of Context in ch.qos.logback.core.pattern
 

Methods in ch.qos.logback.core.pattern that return Context
 Context DynamicConverter.getContext()
           
 

Methods in ch.qos.logback.core.pattern with parameters of type Context
 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 Context
 Context ResilientOutputStreamBase.getContext()
           
 

Methods in ch.qos.logback.core.recovery with parameters of type Context
 void ResilientOutputStreamBase.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
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
 Appender<E> AppenderFactory.buildAppender(Context context, String discriminatingValue)
           
 Appender<E> AbstractAppenderFactoryUsingJoran.buildAppender(Context context, String discriminatingValue)
           
 

Constructors in ch.qos.logback.core.sift with parameters of type Context
AppenderTracker(Context context, AppenderFactory<E> appenderFactory)
           
 

Uses of Context in ch.qos.logback.core.spi
 

Fields in ch.qos.logback.core.spi declared as Context
protected  Context ContextAwareImpl.context
           
protected  Context ContextAwareBase.context
           
 

Methods in ch.qos.logback.core.spi that return Context
 Context ContextAwareImpl.getContext()
           
 Context ContextAwareBase.getContext()
           
 Context ContextAware.getContext()
           
 

Methods in ch.qos.logback.core.spi with parameters of type Context
 void ContextAwareImpl.setContext(Context context)
           
 void ContextAwareBase.setContext(Context context)
           
 void ContextAware.setContext(Context context)
           
 

Constructors in ch.qos.logback.core.spi with parameters of type Context
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
static void OnConsoleStatusListener.addNewInstanceToContext(Context context)
          This utility method adds a new OnConsoleStatusListener to the context passed as parameter.
static 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
StatusUtil(Context context)
           
 

Uses of Context in ch.qos.logback.core.util
 

Methods in ch.qos.logback.core.util with parameters of type 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<?> Loader.loadClass(String clazz, Context context)
           
static void StatusPrinter.print(Context context)
          Print the contents of the context's status data.
static void StatusPrinter.print(Context context, long threshold)
          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 Context
ContextUtil(Context context)
           
FileUtil(Context context)
           
 



Copyright © 2005-2013 QOS.ch. All Rights Reserved.