Logback API
Version 0.9.8

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

Packages that use Context
ch.qos.logback.access.jetty This is logback access' implementation for Jetty. 
ch.qos.logback.access.pattern Provides classes implementing format specifiers in conversion patterns. 
ch.qos.logback.access.spi Contains the core classes of logback access. 
ch.qos.logback.access.tomcat This is logback access' implementation for Tomcat. 
ch.qos.logback.classic Contains logback classic main classes. 
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.core Contains the main classes of logback core. 
ch.qos.logback.core.joran.event   
ch.qos.logback.core.joran.spi   
ch.qos.logback.core.rolling.helper Internal helper classes used by ch.qos.logback.core.rolling package. 
ch.qos.logback.core.spi Contains core functionnalities of logback, such as 
ch.qos.logback.core.util Contains various utility classes. 
 

Uses of Context in ch.qos.logback.access.jetty
 

Classes in ch.qos.logback.access.jetty that implement Context
 class RequestLogImpl
          This 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 Context
 Context AccessConverter.getContext()
           
 

Methods in ch.qos.logback.access.pattern with parameters of type Context
 void AccessConverter.setContext(Context context)
           
 

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

Classes in ch.qos.logback.access.spi that implement Context
 class BasicContext
          This class is a context that can be used by access to provide the basic functionnalities of a context to its components, mainly SocketServer.
 

Uses of Context in ch.qos.logback.access.tomcat
 

Classes in ch.qos.logback.access.tomcat that implement Context
 class LogbackValve
          This 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 Context
 class LoggerContext
          LoggerContext glues many of the logback-classic components together.
 

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

Methods in ch.qos.logback.classic.pattern that return Context
 Context ClassicConverter.getContext()
           
 

Methods in ch.qos.logback.classic.pattern with parameters of type Context
 void ClassicConverter.setContext(Context context)
           
 

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

Methods in ch.qos.logback.classic.spi with parameters of type Context
 void LoggerContextAwareBase.setContext(Context context)
           
 

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.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)
           
 

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)
           
SimpleRuleStore(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.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 ContextAware.getContext()
           
 Context ContextAwareBase.getContext()
           
 

Methods in ch.qos.logback.core.spi with parameters of type Context
 void ContextAwareImpl.setContext(Context context)
           
 void ContextAware.setContext(Context context)
           
 void ContextAwareBase.setContext(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 Class Loader.loadClass(String clazz, Context context)
           
static void StatusPrinter.print(Context context)
           
 


Logback API
Version 0.9.8

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