Logback API
Version 0.9.8

Uses of Interface
ch.qos.logback.core.spi.AppenderAttachable

Packages that use AppenderAttachable
ch.qos.logback.access.jetty This is logback access' implementation for Jetty. 
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.core.spi Contains core functionnalities of logback, such as 
 

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

Classes in ch.qos.logback.access.jetty that implement AppenderAttachable
 class RequestLogImpl
          This class is logback's implementation of jetty's RequestLog interface.
 

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

Classes in ch.qos.logback.access.spi that implement AppenderAttachable
 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 AppenderAttachable in ch.qos.logback.access.tomcat
 

Classes in ch.qos.logback.access.tomcat that implement AppenderAttachable
 class LogbackValve
          This class is an implementation of tomcat's Valve interface, by extending ValveBase.
 

Uses of AppenderAttachable in ch.qos.logback.classic
 

Classes in ch.qos.logback.classic that implement AppenderAttachable
 class Logger
           
 

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

Classes in ch.qos.logback.core.spi that implement AppenderAttachable
 class AppenderAttachableImpl<E>
          A straightforward implementation of the AppenderAttachable interface.
 


Logback API
Version 0.9.8

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