Uses of Interface
ch.qos.logback.core.Appender
Packages that use Appender
Package
Description
This is logback access' implementation for Jetty 8.
Provides a robust appender that serves logging events to remote clients
Contains the core classes of logback access.
This is logback access' implementation for Tomcat.
Contains logback classic main classes.
Contains helpers.
Contains classes used to log through a network
Provides a robust logging server
Contains the main classes of logback core.
Helpers package.
Contains the base classes used by logback to log to remote
destinations.
Contains the base classes used by logback to serve logging events to
                   remote peers.
Implements various file rolling policies.
Contains core functionalities of logback, such as
   
AppenderAttachable and
   LifeCycle.- 
Uses of Appender in ch.qos.logback.access.jetty
Methods in ch.qos.logback.access.jetty that return AppenderMethods in ch.qos.logback.access.jetty that return types with arguments of type AppenderMethods in ch.qos.logback.access.jetty with parameters of type AppenderModifier and TypeMethodDescriptionvoidRequestLogImpl.addAppender(Appender<IAccessEvent> newAppender) booleanRequestLogImpl.detachAppender(Appender<IAccessEvent> appender) booleanRequestLogImpl.isAttached(Appender<IAccessEvent> appender)  - 
Uses of Appender in ch.qos.logback.access.net
Classes in ch.qos.logback.access.net that implement AppenderModifier and TypeClassDescriptionclassSend an e-mail when a specific access event occurs, typically when certain pages are accessed.classSendsIAccessEventobjects to a remote a log server, usually aSocketNode.classASocketAppenderthat supports SSL. - 
Uses of Appender in ch.qos.logback.access.net.server
Classes in ch.qos.logback.access.net.server that implement AppenderModifier and TypeClassDescriptionclassAn appender that listens on a TCP port for connections from remote loggers.classAn appender that listens on a TCP port for connections from remote loggers. - 
Uses of Appender in ch.qos.logback.access.sift
Classes in ch.qos.logback.access.sift that implement AppenderModifier and TypeClassDescriptionclassThis appender can contain other appenders which it can build dynamically depending on MDC values. - 
Uses of Appender in ch.qos.logback.access.spi
Methods in ch.qos.logback.access.spi that return AppenderMethods in ch.qos.logback.access.spi that return types with arguments of type AppenderMethods in ch.qos.logback.access.spi with parameters of type AppenderModifier and TypeMethodDescriptionvoidAccessContext.addAppender(Appender<IAccessEvent> newAppender) booleanAccessContext.detachAppender(Appender<IAccessEvent> appender) booleanAccessContext.isAttached(Appender<IAccessEvent> appender)  - 
Uses of Appender in ch.qos.logback.access.tomcat
Methods in ch.qos.logback.access.tomcat that return AppenderMethods in ch.qos.logback.access.tomcat that return types with arguments of type AppenderMethods in ch.qos.logback.access.tomcat with parameters of type AppenderModifier and TypeMethodDescriptionvoidLogbackValve.addAppender(Appender<IAccessEvent> newAppender) booleanLogbackValve.detachAppender(Appender<IAccessEvent> appender) booleanLogbackValve.isAttached(Appender<IAccessEvent> appender)  - 
Uses of Appender in ch.qos.logback.classic
Classes in ch.qos.logback.classic that implement AppenderModifier and TypeClassDescriptionclassIn order to optimize performance this appender deems events of level TRACE, DEBUG and INFO as discardable.Methods in ch.qos.logback.classic that return AppenderMethods in ch.qos.logback.classic that return types with arguments of type AppenderMethods in ch.qos.logback.classic with parameters of type AppenderModifier and TypeMethodDescriptionvoidLogger.addAppender(Appender<ILoggingEvent> newAppender) booleanLogger.detachAppender(Appender<ILoggingEvent> appender) Remove the appender passed as parameter form the list of appenders.booleanLogger.isAttached(Appender<ILoggingEvent> appender)  - 
Uses of Appender in ch.qos.logback.classic.helpers
Classes in ch.qos.logback.classic.helpers that implement Appender - 
Uses of Appender in ch.qos.logback.classic.net
Classes in ch.qos.logback.classic.net that implement AppenderModifier and TypeClassDescriptionclassSend an e-mail when a specific logging event occurs, typically on errors or fatal errors.classSendsILoggingEventobjects to a remote a log server, usually aSocketNode.classASocketAppenderthat supports SSL.classThis appender can be used to send messages to a remote syslog daemon. - 
Uses of Appender in ch.qos.logback.classic.net.server
Classes in ch.qos.logback.classic.net.server that implement AppenderModifier and TypeClassDescriptionclassAn appender that listens on a TCP port for connections from remote loggers.classAServerSocketAppenderthat supports SSL. - 
Uses of Appender in ch.qos.logback.classic.sift
Classes in ch.qos.logback.classic.sift that implement AppenderModifier and TypeClassDescriptionclassThis appender can contain other appenders which it can build dynamically depending on MDC values. - 
Uses of Appender in ch.qos.logback.core
Classes in ch.qos.logback.core that implement AppenderModifier and TypeClassDescriptionclassAppenderBase<E>Sets a skeleton implementation for appenders.classThis appender and derived classes, log events asynchronously.classConsoleAppender appends log events toSystem.outorSystem.errusing a layout specified by the user.classFileAppender<E>FileAppender appends log events to a file.classOutputStreamAppender appends events to aOutputStream.classSimilar to AppenderBase except that derived appenders need to handle thread synchronization on their own.Methods in ch.qos.logback.core that return AppenderMethods in ch.qos.logback.core that return types with arguments of type AppenderMethods in ch.qos.logback.core with parameters of type AppenderModifier and TypeMethodDescriptionvoidAsyncAppenderBase.addAppender(Appender<E> newAppender) booleanAsyncAppenderBase.detachAppender(Appender<E> eAppender) booleanAsyncAppenderBase.isAttached(Appender<E> eAppender)  - 
Uses of Appender in ch.qos.logback.core.helpers
Classes in ch.qos.logback.core.helpers that implement Appender - 
Uses of Appender in ch.qos.logback.core.net
Classes in ch.qos.logback.core.net that implement AppenderModifier and TypeClassDescriptionclassAn abstract base for module specificSocketAppenderimplementations in other logback modules.classAn abstract base for module specificSSLSocketAppenderimplementations located in other logback modules.classAn abstract class that provides support for sending events to an email address.classBase class for SyslogAppender. - 
Uses of Appender in ch.qos.logback.core.net.server
Classes in ch.qos.logback.core.net.server that implement AppenderModifier and TypeClassDescriptionclassThis is the super class for module specific ServerSocketAppender implementations can derive from.classThis is the base class for module specific ServerSocketAppender implementations. - 
Uses of Appender in ch.qos.logback.core.read
Classes in ch.qos.logback.core.read that implement AppenderModifier and TypeClassDescriptionclassCyclicBufferAppender stores events in a cyclic buffer of user-specified size.classListAppender<E> - 
Uses of Appender in ch.qos.logback.core.rolling
Classes in ch.qos.logback.core.rolling that implement AppenderModifier and TypeClassDescriptionclassRollingFileAppenderextendsFileAppenderto back up the log files depending onRollingPolicyandTriggeringPolicy. - 
Uses of Appender in ch.qos.logback.core.sift
Classes in ch.qos.logback.core.sift that implement AppenderModifier and TypeClassDescriptionclassThis appender serves as the base class for actual SiftingAppenders implemented by the logback-classic and logback-access modules.Methods in ch.qos.logback.core.sift that return AppenderModifier and TypeMethodDescriptionAppenderFactory.buildAppender(Context context, String discriminatingValue) AppenderFactoryUsingSiftModel.buildAppender(Context context, String discriminatingValue) AppenderTracker.buildComponent(String key) Methods in ch.qos.logback.core.sift with parameters of type AppenderModifier and TypeMethodDescriptionprotected booleanAppenderTracker.isComponentStale(Appender<E> appender) protected voidAppenderTracker.processPriorToRemoval(Appender<E> component)  - 
Uses of Appender in ch.qos.logback.core.spi
Methods in ch.qos.logback.core.spi that return AppenderModifier and TypeMethodDescriptionAppenderAttachable.getAppender(String name) Get an appender by name.AppenderAttachableImpl.getAppender(String name) Look for an attached appender named asname.Methods in ch.qos.logback.core.spi that return types with arguments of type AppenderModifier and TypeMethodDescriptionAppenderAttachable.iteratorForAppenders()Get an iterator for appenders contained in the parent object.AppenderAttachableImpl.iteratorForAppenders()Get all attached appenders as an Enumeration.Methods in ch.qos.logback.core.spi with parameters of type AppenderModifier and TypeMethodDescriptionvoidAppenderAttachable.addAppender(Appender<E> newAppender) Add an appender.voidAppenderAttachableImpl.addAppender(Appender<E> newAppender) Attach an appender.booleanAppenderAttachable.detachAppender(Appender<E> appender) Detach the appender passed as parameter from the list of appenders.booleanAppenderAttachableImpl.detachAppender(Appender<E> appender) Remove the appender passed as parameter form the list of attached appenders.booleanAppenderAttachable.isAttached(Appender<E> appender) Returnstrueif the specified appender is in list of attached,falseotherwise.booleanAppenderAttachableImpl.isAttached(Appender<E> appender) Returnstrueif the specified appender is in the list of attached appenders,falseotherwise. - 
Uses of Appender in chapters.appenders
Classes in chapters.appenders that implement Appender - 
Uses of Appender in chapters.migrationFromLog4j
Classes in chapters.migrationFromLog4j that implement Appender