Uses of Class
ch.qos.logback.core.spi.ContextAwareBase
Packages that use ContextAwareBase
Package
Description
This is logback access' main package.
Contains classes to format log output in HTML.
Contains the Joran configration classes
Provides a robust appender that serves logging events to remote clients
Provides classes implementing format specifiers in conversion patterns.
Contains logback classic main classes.
Contains classes to format log output in HTML.
Contains Joran configuration classes.
Logback <-> java.util.logging (JUL) integration.
Contains support for log4j output formats.
Contains classes used to log through a network
Provides a robust logging server
Contains core classes of logback classic.
Contains the main classes of logback core.
Contains the EventEvaluator interface and subclasses.
Contains base classes to the event filtering functionality of logback.
Helpers package.
Contains the shutdown hook functionality of logback,
including the interface and base class for implementing
hooks as well as some default implementations, such as
Contains the base classes needed to format logging events to HTML.
Contains Joran configuration classes.
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.
Contains classes that create and configure a JSSE SSLContext needed
for secure transport of logging events by SSLSocketAppender.
Contains the base classes used by PatternLayout.
Implements various file rolling policies.
Internal helper classes used by
ch.qos.logback.core.rolling package.Contains logback's internal error reporting system.
Contains various utility classes.
-
Uses of ContextAwareBase in ch.qos.logback.access
Subclasses of ContextAwareBase in ch.qos.logback.accessModifier and TypeClassDescriptionclassThis class is a module-specific implementation ofPatternLayoutto allow http-specific patterns to be used.class -
Uses of ContextAwareBase in ch.qos.logback.access.filter
Subclasses of ContextAwareBase in ch.qos.logback.access.filter -
Uses of ContextAwareBase in ch.qos.logback.access.html
Subclasses of ContextAwareBase in ch.qos.logback.access.html -
Uses of ContextAwareBase in ch.qos.logback.access.joran
Subclasses of ContextAwareBase in ch.qos.logback.access.joranModifier and TypeClassDescriptionclassThis JoranConfiguratorclass adds rules specific to logback-access. -
Uses of ContextAwareBase in ch.qos.logback.access.joran.action
Subclasses of ContextAwareBase in ch.qos.logback.access.joran.action -
Uses of ContextAwareBase in ch.qos.logback.access.net
Subclasses of ContextAwareBase in ch.qos.logback.access.netModifier 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.class -
Uses of ContextAwareBase in ch.qos.logback.access.net.server
Subclasses of ContextAwareBase in ch.qos.logback.access.net.serverModifier 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 ContextAwareBase in ch.qos.logback.access.pattern
Fields in ch.qos.logback.access.pattern declared as ContextAwareBase -
Uses of ContextAwareBase in ch.qos.logback.access.sift
Subclasses of ContextAwareBase in ch.qos.logback.access.siftModifier and TypeClassDescriptionclassAccessEventDiscriminator's job is to return the value of a designated field in anIAccessEventinstance.classclassThis appender can contains other appenders which it can build dynamically depending on MDC values.class -
Uses of ContextAwareBase in ch.qos.logback.classic
Subclasses of ContextAwareBase in ch.qos.logback.classicModifier and TypeClassDescriptionclassIn order to optimize performance this appender deems events of level TRACE, DEBUG and INFO as discardable.classBasicConfigurator configures logback-classic by attaching aConsoleAppenderto the root logger.classA flexible layout configurable with pattern string. -
Uses of ContextAwareBase in ch.qos.logback.classic.boolex
Subclasses of ContextAwareBase in ch.qos.logback.classic.boolexModifier and TypeClassDescriptionclassEvaluates to true when the logging event passed as parameter has level ERROR or higher.classEvaluates to true when the logging event passed as parameter contains one of the user-specified markers. -
Uses of ContextAwareBase in ch.qos.logback.classic.encoder
Subclasses of ContextAwareBase in ch.qos.logback.classic.encoder -
Uses of ContextAwareBase in ch.qos.logback.classic.filter
Subclasses of ContextAwareBase in ch.qos.logback.classic.filterModifier and TypeClassDescriptionclassA class that filters events by the level equality.classFilters events below the threshold level. -
Uses of ContextAwareBase in ch.qos.logback.classic.html
Subclasses of ContextAwareBase in ch.qos.logback.classic.html -
Uses of ContextAwareBase in ch.qos.logback.classic.jmx
Subclasses of ContextAwareBase in ch.qos.logback.classic.jmxModifier and TypeClassDescriptionclassA class that provides access to logback components via JMX. -
Uses of ContextAwareBase in ch.qos.logback.classic.joran
Subclasses of ContextAwareBase in ch.qos.logback.classic.joranModifier and TypeClassDescriptionclassJoranConfigurator class adds rules specific to logback-classic.class -
Uses of ContextAwareBase in ch.qos.logback.classic.joran.action
Subclasses of ContextAwareBase in ch.qos.logback.classic.joran.actionModifier and TypeClassDescriptionclassclassclassclassInsert an env-entry found in JNDI as a new context variableclassclassAction to handle theelement nested within element. classAction which handleselements in configuration files. classclassA JoranActionfor aSocketReceiverconfiguration.class -
Uses of ContextAwareBase in ch.qos.logback.classic.jul
Subclasses of ContextAwareBase in ch.qos.logback.classic.julModifier and TypeClassDescriptionclassPropagate level changes made to a logback logger into the equivalent logger in j.u.l. -
Uses of ContextAwareBase in ch.qos.logback.classic.layout
Subclasses of ContextAwareBase in ch.qos.logback.classic.layout -
Uses of ContextAwareBase in ch.qos.logback.classic.log4j
Subclasses of ContextAwareBase in ch.qos.logback.classic.log4j -
Uses of ContextAwareBase in ch.qos.logback.classic.net
Subclasses of ContextAwareBase in ch.qos.logback.classic.netModifier and TypeClassDescriptionclassAn abstract base for components that receive logging events from a remote peer and log according to local policyclassSend an e-mail when a specific logging event occurs, typically on errors or fatal errors.classSendsILoggingEventobjects to a remote a log server, usually aSocketNode.classA component that receives serializedILoggingEventobjects from a remote appender over aSocket.classASocketAppenderthat supports SSL.classASocketReceiverthat supports SSL.classThis appender can be used to send messages to a remote syslog daemon. -
Uses of ContextAwareBase in ch.qos.logback.classic.net.server
Subclasses of ContextAwareBase in ch.qos.logback.classic.net.serverModifier and TypeClassDescription(package private) classAServerRunnerthat receives logging events from remote appender clients.classAn appender that listens on a TCP port for connections from remote loggers.classA logging socket server that is configurable using Joran.classAServerSocketAppenderthat supports SSL.classAServerSocketReceiverthat supports SSL. -
Uses of ContextAwareBase in ch.qos.logback.classic.servlet
Fields in ch.qos.logback.classic.servlet declared as ContextAwareBaseModifier and TypeFieldDescription(package private) ContextAwareBaseLogbackServletContextListener.contextAwareBase -
Uses of ContextAwareBase in ch.qos.logback.classic.sift
Subclasses of ContextAwareBase in ch.qos.logback.classic.siftModifier and TypeClassDescriptionclassThis discriminator returns the value context to which this event is attached to.classThis discriminator returns the value context as determined by JNDI.classMDCBasedDiscriminator essentially returns the value mapped to an MDC key.classclassThis appender can contains other appenders which it can build dynamically depending on MDC values.class -
Uses of ContextAwareBase in ch.qos.logback.classic.spi
Subclasses of ContextAwareBase in ch.qos.logback.classic.spi -
Uses of ContextAwareBase in ch.qos.logback.classic.turbo
Subclasses of ContextAwareBase in ch.qos.logback.classic.turboModifier and TypeClassDescriptionclassSee} for details.invalid @link
{@link http://logback.qos.ch/manual/filters.html#DuplicateMessageFilterclassThis filter allows for efficient course grained filtering based on criteria such as product name or company name that would be associated with requests as they are processed.classChecks whether the marker in the event matches the marker specified by the user.classAn abstract class containing support forMatchingFilter.onMatchonMatchingFilter.onMismatchattributes, shared by many but not all turbo filters.classThis class allows output for a given MDC value.classReconfigure a LoggerContext when the configuration file changes.classTurboFilter is a specialized filter with a decide method that takes a bunch of parameters instead of a single event object. -
Uses of ContextAwareBase in ch.qos.logback.core
Subclasses of ContextAwareBase in ch.qos.logback.coreModifier 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.classLayoutBase<E>classOutputStreamAppender appends events to aOutputStream.classA skeleton implementation for property definers so that they derive fromContextAwareBase.classSimilar to AppenderBase except that derived appenders need to handle thread synchronization on their own. -
Uses of ContextAwareBase in ch.qos.logback.core.boolex
Subclasses of ContextAwareBase in ch.qos.logback.core.boolex -
Uses of ContextAwareBase in ch.qos.logback.core.encoder
Subclasses of ContextAwareBase in ch.qos.logback.core.encoder -
Uses of ContextAwareBase in ch.qos.logback.core.filter
Subclasses of ContextAwareBase in ch.qos.logback.core.filterModifier and TypeClassDescriptionclassclassThe value of theAbstractMatcherFilter.onMatchandAbstractMatcherFilter.onMismatchattributes is set toFilterReply.NEUTRAL, so that a badly configured evaluator filter does not disturb the functioning of the filter chain.classFilter<E>Users should extend this class to implement customized event filtering. -
Uses of ContextAwareBase in ch.qos.logback.core.helpers
Subclasses of ContextAwareBase in ch.qos.logback.core.helpers -
Uses of ContextAwareBase in ch.qos.logback.core.hook
Subclasses of ContextAwareBase in ch.qos.logback.core.hookModifier and TypeClassDescriptionclassShutdownHook implementation that stops the Logback context after a specified delay.classBase class for classes implementing a Logback ShutdownHook via extension -
Uses of ContextAwareBase in ch.qos.logback.core.html
Subclasses of ContextAwareBase in ch.qos.logback.core.htmlModifier and TypeClassDescriptionclassThis class is a base class for HTMLLayout classes part of other logback modules such as logback-classic and logback-access. -
Uses of ContextAwareBase in ch.qos.logback.core.joran
Subclasses of ContextAwareBase in ch.qos.logback.core.joranModifier and TypeClassDescriptionclassclassA JoranConfiguratorBase lays most of the groundwork for concrete configurators derived from it. -
Uses of ContextAwareBase in ch.qos.logback.core.joran.action
Subclasses of ContextAwareBase in ch.qos.logback.core.joran.actionModifier and TypeClassDescriptionclassclassMost of the work for configuring logback is done by Actions.classclassclassclassclassInstantiate class for define property value.classImplcitActions are like normal (explicit) actions except that are applied by the parser when no other pattern applies.classclassThis action is responsible for tying together a parent object with one of its simple properties specified as an element but for which there is no explicit rule.classThis action is responsible for tying together a parent object with a child element for which there is no explicit rule.classclassNo operation (NOP) action that does strictly nothing.classclassThis class serves as a base for other actions, which similar to the ANTtask which add/set properties of a given object. classAction which handleselements in configuration files. classclassGiven a key and a date-and-time pattern, puts a property to the context, with the specified key and value equal to the current time in the format corresponding to the specified date-and-time pattern. -
Uses of ContextAwareBase in ch.qos.logback.core.joran.conditional
Subclasses of ContextAwareBase in ch.qos.logback.core.joran.conditionalModifier and TypeClassDescriptionclassclassclassclassclass -
Uses of ContextAwareBase in ch.qos.logback.core.joran.spi
Subclasses of ContextAwareBase in ch.qos.logback.core.joran.spiModifier and TypeClassDescriptionclassclassAn InterpretationContext contains the contextual state of a Joran parsing session.classThis class implements theRuleStoreinterface. -
Uses of ContextAwareBase in ch.qos.logback.core.joran.util
Subclasses of ContextAwareBase in ch.qos.logback.core.joran.util -
Uses of ContextAwareBase in ch.qos.logback.core.joran.util.beans
Subclasses of ContextAwareBase in ch.qos.logback.core.joran.util.beansModifier and TypeClassDescriptionclassCache forBeanDescriptioninstances.classEncapsulates creation ofBeanDescriptioninstances. -
Uses of ContextAwareBase in ch.qos.logback.core.layout
Subclasses of ContextAwareBase in ch.qos.logback.core.layoutModifier and TypeClassDescriptionclassEchoLayout<E>Echos the incoming object adding a line separator character(s) at the end. -
Uses of ContextAwareBase in ch.qos.logback.core.net
Subclasses of ContextAwareBase in ch.qos.logback.core.netModifier 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 ContextAwareBase in ch.qos.logback.core.net.server
Subclasses of ContextAwareBase in ch.qos.logback.core.net.serverModifier and TypeClassDescriptionclassThis is the super class for module specific ServerSocketAppender implementations can derive from.classConcurrentServerRunner<T extends Client>A concurrentServerRunner.(package private) classAServerRunnerthat listens for connections from remote receiver component clients and delivers logging events to all connected clients.(package private) classARemoteReceiverClientthat writes serialized logging events to anOutputStream.classThis is the base class for module specific ServerSocketAppender implementations. -
Uses of ContextAwareBase in ch.qos.logback.core.net.ssl
Subclasses of ContextAwareBase in ch.qos.logback.core.net.ssl -
Uses of ContextAwareBase in ch.qos.logback.core.pattern
Subclasses of ContextAwareBase in ch.qos.logback.core.patternFields in ch.qos.logback.core.pattern declared as ContextAwareBase -
Uses of ContextAwareBase in ch.qos.logback.core.pattern.parser
Subclasses of ContextAwareBase in ch.qos.logback.core.pattern.parser -
Uses of ContextAwareBase in ch.qos.logback.core.property
Subclasses of ContextAwareBase in ch.qos.logback.core.propertyModifier and TypeClassDescriptionclassIn conjunction withPropertyActionsets the named variable to "true" if the file specified bypathproperty exists, to "false" otherwise.classIn conjunction withPropertyActionsets the named variable to "true" if theresourcespecified by the user is available on the class path, "false" otherwise. -
Uses of ContextAwareBase in ch.qos.logback.core.read
Subclasses of ContextAwareBase in ch.qos.logback.core.readModifier and TypeClassDescriptionclassCyclicBufferAppender stores events in a cyclic buffer of user-specified size.classListAppender<E> -
Uses of ContextAwareBase in ch.qos.logback.core.rolling
Subclasses of ContextAwareBase in ch.qos.logback.core.rollingModifier and TypeClassDescriptionclassclassWhen rolling over,FixedWindowRollingPolicyrenames files according to a fixed window algorithm.classRollingFileAppenderextendsFileAppenderto backup the log files depending onRollingPolicyandTriggeringPolicy.classImplements methods common to most, it not all, rolling policies.classclassclassSizeBasedTriggeringPolicy looks at size of the file being currently written to.classclassTimeBasedRollingPolicyis both easy to configure and quite powerful.classSizeBasedTriggeringPolicy looks at size of the file being currently written to. -
Uses of ContextAwareBase in ch.qos.logback.core.rolling.helper
Subclasses of ContextAwareBase in ch.qos.logback.core.rolling.helperModifier and TypeClassDescriptionclassTheCompressionclass implements ZIP and GZ file compression/decompression methods.classAfter parsing file name patterns, given a number or a date, instances of this class can be used to compute a file name according to the file name pattern and the current date or integer.classUtility class to help solving problems encountered while renaming files.classclassMethods in ch.qos.logback.core.rolling.helper with parameters of type ContextAwareBase -
Uses of ContextAwareBase in ch.qos.logback.core.sift
Subclasses of ContextAwareBase in ch.qos.logback.core.siftModifier and TypeClassDescriptionclassBase implementation ofDiscriminatorthat provides basic lifecycle managementclassclassThis appender serves as the base class for actual SiftingAppenders implemented by the logback-classic and logback-access modules.class -
Uses of ContextAwareBase in ch.qos.logback.core.status
Subclasses of ContextAwareBase in ch.qos.logback.core.statusModifier and TypeClassDescriptionclassPrint all new incoming status messages on the console (System.out).classPrint all new incoming status messages on the error console (System.err).classPrint all new incoming status messages on the on the designated PrintStream. -
Uses of ContextAwareBase in ch.qos.logback.core.util
Subclasses of ContextAwareBase in ch.qos.logback.core.utilModifier and TypeClassDescriptionclassclassclassAllows masking of interrupt flag if previously the flag is already set. -
Uses of ContextAwareBase in chapters.appenders
Subclasses of ContextAwareBase in chapters.appenders -
Uses of ContextAwareBase in chapters.appenders.mail
Subclasses of ContextAwareBase in chapters.appenders.mailModifier and TypeClassDescriptionclassA simple EventEvaluator implementation that triggers email transmission after 1024 events regardless of event level. -
Uses of ContextAwareBase in chapters.filters
Subclasses of ContextAwareBase in chapters.filters -
Uses of ContextAwareBase in chapters.layouts
Subclasses of ContextAwareBase in chapters.layouts -
Uses of ContextAwareBase in chapters.migrationFromLog4j
Subclasses of ContextAwareBase in chapters.migrationFromLog4jModifier and TypeClassDescriptionclassclassA very simple logback-classic layout which formats a logging event by returning the message contained therein. -
Uses of ContextAwareBase in chapters.onJoran
Subclasses of ContextAwareBase in chapters.onJoranModifier and TypeClassDescriptionclassA minimal configurator extending GenericConfigurator. -
Uses of ContextAwareBase in chapters.onJoran.calculator
Subclasses of ContextAwareBase in chapters.onJoran.calculatorModifier and TypeClassDescriptionclassThis action adds the two integers at the top of the stack (they are removed) and pushes the result to the top the stack.classComputationAction1 will print the result of the compuration made by children elements but only if the compuration itself is named, that is if the name attribute of the associated computation element is not null.classComputationAction2 will print the result of the compuration made by children elements but only if the computation itself is named, that is if the name attribute of the associated computation element is not null.classThis action converts the value attribute of the associated element to an integer and pushes the resulting Integer object on top of the execution context stack.classThis action multiplies the two integers at the top of the stack (they are removed) and pushes the result on top the stack. -
Uses of ContextAwareBase in chapters.onJoran.helloWorld
Subclasses of ContextAwareBase in chapters.onJoran.helloWorldModifier and TypeClassDescriptionclassA trivial action that writes "Hello world" on the console. -
Uses of ContextAwareBase in chapters.onJoran.implicit
Subclasses of ContextAwareBase in chapters.onJoran.implicitModifier and TypeClassDescriptionclassNo operation (NOP) action that does strictly nothing.classA rather trivial implicit action which is applicable if an element has a printme attribute set to true.