Uses of Class
ch.qos.logback.core.spi.ContextAwareBase
Packages that use ContextAwareBase
Package
Description
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
invalid reference
DelayingShutdownHook
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 core functionalities of logback, such as
AppenderAttachable and
LifeCycle.Contains logback's internal error reporting system.
Contains various utility classes.
-
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 toAppenderBaseexcept 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.boolexModifier and TypeClassDescriptionclassclassChecks whether a named property is defined in the context (e.g.classclassclassAbstract base class provides some scaffolding.classCondition that evaluates totruewhen a property equals a specified expected value. -
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.class -
Uses of ContextAwareBase in ch.qos.logback.core.joran.action
Subclasses of ContextAwareBase in ch.qos.logback.core.joran.actionModifier and TypeClassDescriptionclassMost of the work for configuring logback is done by Actions.classclassclassclassclassclassCreatesDefineModelinstance and populate its name, className and scope.classclassAction dealing with elements corresponding to implicit rules.classPopulatesImportModelbased on XML input.classBuild anIncludeModelinstance from SAX events.classclassNo operation (NOP) action that does strictly nothing.classclassclassThis class serves to build a model for properties which are to the ANT <property> task which add/set properties of a given object.classAn action which builds subclass instances ofResourceModel.classAction which handles <sequenceNumberGenerator> elements in configuration files.classclassAction which buildsShutdownHookModelbased on <shutdownHook> elements found in configuration files.classclassclassGiven 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.sanity
Subclasses of ContextAwareBase in ch.qos.logback.core.joran.sanity -
Uses of ContextAwareBase in ch.qos.logback.core.joran.spi
Subclasses of ContextAwareBase in ch.qos.logback.core.joran.spiModifier and TypeClassDescriptionclassThis class manages the list of files and/or urls that are watched for changes.classAn 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.utilModifier and TypeClassDescriptionclassVarious utility methods for computing theAggregationTypeof a given property or the class name of a property given implicit rules.classGeneral purpose Object property setter. -
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.model.processor
Subclasses of ContextAwareBase in ch.qos.logback.core.model.processorModifier and TypeClassDescriptionclassclassclassclassclassDefaultProcessor traverses the Model produced at an earlier step and performs actual configuration of logback according to the handlers it was given.classInstantiate class for define property value.classclassclassclassclassclassclassclassclassclassclassclassclassclassclassclass -
Uses of ContextAwareBase in ch.qos.logback.core.model.processor.conditional
Subclasses of ContextAwareBase in ch.qos.logback.core.model.processor.conditionalModifier and TypeClassDescriptionclassclassclassclass -
Uses of ContextAwareBase in ch.qos.logback.core.model.util
Subclasses of ContextAwareBase in ch.qos.logback.core.model.utilModifier and TypeClassDescriptionclassGiven aPropertyModeloffers methods to inject properties into aPropertyContainer.classHelper methods to deal with properties. -
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.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.pattern -
Uses of ContextAwareBase in ch.qos.logback.core.pattern.color
Subclasses of ContextAwareBase in ch.qos.logback.core.pattern.colorModifier and TypeClassDescriptionclassImplements theSupplierinterface in order to cater for legacy code using the class name of a converter. -
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 TypeClassDescriptionclassclassIn 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 TypeClassDescriptionclassDefault implementation ofTimeBasedFileNamingAndTriggeringPolicyinterface extendingTimeBasedFileNamingAndTriggeringPolicyBase.classWhen rolling over,FixedWindowRollingPolicyrenames files according to a fixed window algorithm.classRollingFileAppenderextendsFileAppenderto back up the log files depending onRollingPolicyandTriggeringPolicy.classImplements methods common to most, it not all, rolling policies.classThis class implementTimeBasedFileNamingAndTriggeringPolicyinterface extendingTimeBasedFileNamingAndTriggeringPolicyBase.classSizeAndTimeBasedFNATPclass was renamed asSizeAndTimeBasedFileNamingAndTriggeringPolicyin version 1.5.8.classclassSizeBasedTriggeringPolicy looks at size of the file being currently written to.classBase implementation ofTimeBasedFileNamingAndTriggeringPolicy.classTimeBasedRollingPolicyis 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 TypeClassDescriptionclassclassTheCompressionclass 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.classclassUtility class to help solving problems encountered while renaming files.classclassclassCompresses files usinglibrary.invalid reference
xzclassCompresses files using JDK's Zip compression algorithm.Methods 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 managementclassclassclassThis appender serves as the base class for actual SiftingAppenders implemented by the logback-classic and logback-access modules.classclass -
Uses of ContextAwareBase in ch.qos.logback.core.spi
Subclasses of ContextAwareBase in ch.qos.logback.core.spiModifier and TypeClassDescriptionclassA very simpleSequenceNumberGeneratorbased on anAtomicLongvariable. -
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).classclassPrint all new incoming status messages on the designated PrintStream. -
Uses of ContextAwareBase in ch.qos.logback.core.testUtil
Subclasses of ContextAwareBase in ch.qos.logback.core.testUtil -
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.class