Uses of Class
ch.qos.logback.core.spi.ContextAwareBase
-
Packages that use ContextAwareBase Package Description ch.qos.logback.classic Contains logback classic main classes.ch.qos.logback.classic.boolex Contains boolean expression evaluators for filtering logging events.ch.qos.logback.classic.encoder Contains encoder implementations for converting logging events into byte streams.ch.qos.logback.classic.filter Contains filter implementations for selective logging based on various criteria.ch.qos.logback.classic.helpers Contains helpers.ch.qos.logback.classic.html Contains classes to format log output in HTML.ch.qos.logback.classic.joran Contains Joran configuration classes.ch.qos.logback.classic.joran.action Contains Joran action classes for processing XML configuration elements.ch.qos.logback.classic.jul Logback <-> java.util.logging (JUL) integration.ch.qos.logback.classic.layout Contains layout implementations for formatting logging events as strings.ch.qos.logback.classic.log4j Contains support for log4j output formats.ch.qos.logback.classic.model.processor Contains model processors for handling configuration model objects.ch.qos.logback.classic.net Contains classes used to log through a networkch.qos.logback.classic.sift Contains sifting appender support for dynamic appender creation based on runtime attributes.ch.qos.logback.classic.spi Contains core classes of logback classic.ch.qos.logback.classic.turbo Contains turbo filters for high-performance early filtering of logging requests.ch.qos.logback.classic.tyler Contains components for Logback Tyler configuration management and monitoring.ch.qos.logback.classic.util Contains utility classes.ch.qos.logback.core Contains the main classes of logback core.ch.qos.logback.core.boolex Contains the EventEvaluator interface and subclasses.ch.qos.logback.core.encoder Contains encoder implementations for converting events into byte streams.ch.qos.logback.core.filter Contains base classes to the event filtering functionality of logback.ch.qos.logback.core.helpers Helpers package.ch.qos.logback.core.hook Contains the shutdown hook functionality of logback, including the interface and base class for implementing hooks as well as some default implementations, such asDefaultShutdownHookch.qos.logback.core.html Contains the base classes needed to format logging events to HTML.ch.qos.logback.core.joran Contains Joran configuration classes.ch.qos.logback.core.joran.action Contains Joran Action classes which transform XML elements into Model instances.ch.qos.logback.core.joran.conditional Contains conditional configuration processing support for Joran.ch.qos.logback.core.joran.sanity Contains sanity checkers for validating Joran configuration.ch.qos.logback.core.joran.spi Contains service provider interface classes for Joran configuration framework.ch.qos.logback.core.joran.util Contains utility classes for Joran configuration processing.ch.qos.logback.core.joran.util.beans Contains JavaBeans introspection utilities for Joran.ch.qos.logback.core.layout Contains layout implementations for formatting events as strings.ch.qos.logback.core.model.processor Contains model processors for handling configuration model objects.ch.qos.logback.core.model.processor.conditional Contains model processors for conditional configuration elements.ch.qos.logback.core.model.util Contains utility classes for configuration model operations.ch.qos.logback.core.net Contains the base classes used by logback to log to remote destinations.ch.qos.logback.core.net.ssl Contains classes that create and configure a JSSE SSLContext needed for secure transport of logging events by SSLSocketAppender.ch.qos.logback.core.pattern Contains the base classes used by PatternLayout.ch.qos.logback.core.pattern.color Contains pattern converters for ANSI color formatting in output.ch.qos.logback.core.pattern.parser Contains parsers for conversion pattern syntax.ch.qos.logback.core.read Contains classes for storing events in list-like structures.ch.qos.logback.core.rolling Implements various file rolling policies.ch.qos.logback.core.rolling.helper Internal helper classes used bych.qos.logback.core.rollingpackage.ch.qos.logback.core.sift Contains sifting appender framework for dynamic appender creation based on runtime attributes.ch.qos.logback.core.spi Contains core functionalities of logback, such asAppenderAttachableandLifeCycle.ch.qos.logback.core.status Contains logback's internal error reporting system.ch.qos.logback.core.testUtil Contains utility classes for testing purposes.ch.qos.logback.core.util Contains various utility classes. -
-
Uses of ContextAwareBase in ch.qos.logback.classic
Subclasses of ContextAwareBase in ch.qos.logback.classic Modifier and Type Class Description classAsyncAppenderIn order to optimize performance this appender deems events of level TRACE, DEBUG and INFO as discardable.classBasicConfiguratorBasicConfigurator configures logback-classic by attaching aConsoleAppenderto the root logger.classPatternLayoutA flexible layout configurable with pattern string. -
Uses of ContextAwareBase in ch.qos.logback.classic.boolex
Subclasses of ContextAwareBase in ch.qos.logback.classic.boolex Modifier and Type Class Description classExceptionMatchEvaluatorA simpleEventEvaluatorthat checks whether the logging event being evaluated has a throwable of the same class as specified by theExceptionMatchEvaluator.exceptionClassparameter.classOnErrorEvaluatorEvaluates to true when the logging event passed as parameter has level ERROR or higher.classOnMarkerEvaluatorEvaluates to true when the logging event passed as parameter contains one of the user-specified markers.classStubEventEvaluator -
Uses of ContextAwareBase in ch.qos.logback.classic.encoder
Subclasses of ContextAwareBase in ch.qos.logback.classic.encoder Modifier and Type Class Description classJsonEncoderJSON encoder that produces one JSON object per line in JSON Lines format, suitable for structured logging.classPatternLayoutEncoder -
Uses of ContextAwareBase in ch.qos.logback.classic.filter
Subclasses of ContextAwareBase in ch.qos.logback.classic.filter Modifier and Type Class Description classLevelFilterA class that filters events by the level equality.classThresholdFilterFilters events below the threshold level. -
Uses of ContextAwareBase in ch.qos.logback.classic.helpers
Subclasses of ContextAwareBase in ch.qos.logback.classic.helpers Modifier and Type Class Description classWithLayoutListAppenderAn appender used for testing. -
Uses of ContextAwareBase in ch.qos.logback.classic.html
Subclasses of ContextAwareBase in ch.qos.logback.classic.html Modifier and Type Class Description classHTMLLayoutHTMLLayout outputs events in an HTML table. -
Uses of ContextAwareBase in ch.qos.logback.classic.joran
Subclasses of ContextAwareBase in ch.qos.logback.classic.joran Modifier and Type Class Description classJoranConfiguratorJoranConfigurator class adds rules specific to logback-classic.classPropertiesConfiguratorclassReconfigureOnChangeTaskclassSerializedModelConfigurator -
Uses of ContextAwareBase in ch.qos.logback.classic.joran.action
Subclasses of ContextAwareBase in ch.qos.logback.classic.joran.action Modifier and Type Class Description classConfigurationActionclassConsolePluginActionclassContextNameActionclassInsertFromJNDIActionInsert an env-entry found in JNDI as a new context variableclassLevelActionAction to handle theelement nested within element. classLoggerActionAction which handleselements in configuration files. classLoggerContextListenerActionclassPropertiesConfiguratorActionBuild anPropertiesConfiguratorModelinstance from SAX events.classRootLoggerAction -
Uses of ContextAwareBase in ch.qos.logback.classic.jul
Subclasses of ContextAwareBase in ch.qos.logback.classic.jul Modifier and Type Class Description classLevelChangePropagatorPropagate 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 Modifier and Type Class Description classTTLLLayoutA layout with a fixed format. -
Uses of ContextAwareBase in ch.qos.logback.classic.log4j
Subclasses of ContextAwareBase in ch.qos.logback.classic.log4j Modifier and Type Class Description classXMLLayoutGenerates log4j.dtd compliant XML documents. -
Uses of ContextAwareBase in ch.qos.logback.classic.model.processor
Subclasses of ContextAwareBase in ch.qos.logback.classic.model.processor Modifier and Type Class Description classConfigurationModelHandlerIn 1.3.9/1.49, ConfigurationModelHandler has been reduced in functionality and no longer initiates a reconfiguration task.classConfigurationModelHandlerFullThis is a subclass ofConfigurationModelHandleroffering configuration reloading support.classContextNameModelHandlerclassLevelModelHandlerclassLoggerContextListenerModelHandlerclassLoggerModelHandlerclassPropertiesConfiguratorModelHandlerclassRootLoggerModelHandler -
Uses of ContextAwareBase in ch.qos.logback.classic.net
Subclasses of ContextAwareBase in ch.qos.logback.classic.net Modifier and Type Class Description classSMTPAppenderSend an e-mail when a specific logging event occurs, typically on errors or fatal errors.classSocketAppenderSendsILoggingEventobjects to a remote a log server, usually aSocketNode.classSSLSocketAppenderASocketAppenderthat supports SSL.classSyslogAppenderThis appender can be used to send messages to a remote syslog daemon. -
Uses of ContextAwareBase in ch.qos.logback.classic.sift
Subclasses of ContextAwareBase in ch.qos.logback.classic.sift Modifier and Type Class Description classContextBasedDiscriminatorThis discriminator returns the value context to which this event is attached to.classJNDIBasedContextDiscriminatorThis discriminator returns the value context as determined by JNDI.classMDCBasedDiscriminatorMDCBasedDiscriminator essentially returns the value mapped to an MDC key.classSiftingAppenderThis appender can contain other appenders which it can build dynamically depending on MDC values. -
Uses of ContextAwareBase in ch.qos.logback.classic.spi
Subclasses of ContextAwareBase in ch.qos.logback.classic.spi Modifier and Type Class Description classLoggerContextAwareBase -
Uses of ContextAwareBase in ch.qos.logback.classic.turbo
Subclasses of ContextAwareBase in ch.qos.logback.classic.turbo Modifier and Type Class Description classDuplicateMessageFilterSee DuplicateMessageFilter for details.classDynamicThresholdFilterThis 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.classMarkerFilterChecks whether the marker in the event matches the marker specified by the user.classMatchingFilterAn abstract class containing support forMatchingFilter.onMatchonMatchingFilter.onMismatchattributes, shared by many but not all turbo filters.classMDCFilterThis class allows output for a given MDC value.classReconfigureOnChangeFilterDeprecated.replaced byReconfigureOnChangeTaskclassTurboFilterTurboFilter 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.classic.tyler
Subclasses of ContextAwareBase in ch.qos.logback.classic.tyler Modifier and Type Class Description classTylerConfiguratorBaseclassVariableModelHelper -
Uses of ContextAwareBase in ch.qos.logback.classic.util
Subclasses of ContextAwareBase in ch.qos.logback.classic.util Modifier and Type Class Description classDefaultJoranConfigurator -
Uses of ContextAwareBase in ch.qos.logback.core
Subclasses of ContextAwareBase in ch.qos.logback.core Modifier and Type Class Description classAppenderBase<E>Sets a skeleton implementation for appenders.classAsyncAppenderBase<E>This appender and derived classes, log events asynchronously.classConsoleAppender<E>ConsoleAppender appends log events toSystem.outorSystem.errusing a layout specified by the user.classFileAppender<E>FileAppender appends log events to a file.classLayoutBase<E>classOutputStreamAppender<E>OutputStreamAppender appends events to aOutputStream.classPropertyDefinerBaseA skeleton implementation for property definers so that they derive fromContextAwareBase.classUnsynchronizedAppenderBase<E>Similar 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.boolex Modifier and Type Class Description classEventEvaluatorBase<E>classExpressionPropertyConditionThis class evaluates boolean expressions based on property lookups.classIsPropertyDefinedConditionChecks whether a named property is defined in the context (e.g. system properties, environment, or the configured property map used by the surrounding framework).classIsPropertyNullConditionclassMatcherclassPropertyConditionBaseAbstract base class provides some scaffolding.classPropertyEqualityConditionCondition 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 Modifier and Type Class Description classEchoEncoder<E>classEncoderBase<E>classLayoutWrappingEncoder<E> -
Uses of ContextAwareBase in ch.qos.logback.core.filter
Subclasses of ContextAwareBase in ch.qos.logback.core.filter Modifier and Type Class Description classAbstractMatcherFilter<E>classEvaluatorFilter<E>The 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 Modifier and Type Class Description classNOPAppender<E> -
Uses of ContextAwareBase in ch.qos.logback.core.hook
Subclasses of ContextAwareBase in ch.qos.logback.core.hook Modifier and Type Class Description classDefaultShutdownHookShutdownHookimplementation that stops the Logback context after a specified delay.classShutdownHookBaseBase 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.html Modifier and Type Class Description classHTMLLayoutBase<E>This 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.joran Modifier and Type Class Description classGenericXMLConfiguratorclassJoranConfiguratorBase<E>A JoranConfiguratorBase lays most of the groundwork for concrete configurators derived from it.classParamModelHandler -
Uses of ContextAwareBase in ch.qos.logback.core.joran.action
Subclasses of ContextAwareBase in ch.qos.logback.core.joran.action Modifier and Type Class Description classActionMost of the work for configuring logback is done by Actions.classAppenderActionclassAppenderRefActionclassBaseModelActionclassContextPropertyActionclassConversionRuleActionclassDefinePropertyActionCreatesDefineModelinstance and populate its name, className and scope.classEventEvaluatorActionclassImplicitModelActionAction dealing with elements corresponding to implicit rules.classImportActionPopulatesImportModelbased on XML input.classIncludeActionBuild anIncludeModelinstance from SAX events.classNewRuleActionclassNOPActionNo operation (NOP) action that does strictly nothing.classParamActionclassPreconditionValidatorclassPropertyActionThis class serves to build a model for properties which are to the ANT <property> task which add/set properties of a given object.classResourceActionAn action which builds subclass instances ofResourceModel.classSequenceNumberGeneratorActionAction which handles <sequenceNumberGenerator> elements in configuration files.classSerializeModelActionclassShutdownHookActionAction which buildsShutdownHookModelbased on <shutdownHook> elements found in configuration files.classSiftActionclassStatusListenerActionclassTimestampActionGiven 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.conditional Modifier and Type Class Description classByPropertiesConditionActionclassElseActionclassIfActionclassPropertyEvalScriptBuilderclassThenAction -
Uses of ContextAwareBase in ch.qos.logback.core.joran.sanity
Subclasses of ContextAwareBase in ch.qos.logback.core.joran.sanity Modifier and Type Class Description classAppenderWithinAppenderSanityChecker -
Uses of ContextAwareBase in ch.qos.logback.core.joran.spi
Subclasses of ContextAwareBase in ch.qos.logback.core.joran.spi Modifier and Type Class Description classConfigurationWatchListThis class manages the list of files and/or urls that are watched for changes.classSaxEventInterpretationContextAn InterpretationContext contains the contextual state of a Joran parsing session.classSimpleRuleStoreThis class implements theRuleStoreinterface. -
Uses of ContextAwareBase in ch.qos.logback.core.joran.util
Subclasses of ContextAwareBase in ch.qos.logback.core.joran.util Modifier and Type Class Description classAggregationAssessorVarious utility methods for computing theAggregationTypeof a given property or the class name of a property given implicit rules.classPropertySetterGeneral 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.beans Modifier and Type Class Description classBeanDescriptionCacheCache forBeanDescriptioninstances.classBeanDescriptionFactoryEncapsulates creation ofBeanDescriptioninstances. -
Uses of ContextAwareBase in ch.qos.logback.core.layout
Subclasses of ContextAwareBase in ch.qos.logback.core.layout Modifier and Type Class Description classEchoLayout<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.processor Modifier and Type Class Description classAppenderDeclarationAnalyserThe AppenderDeclarationAnalyser class is responsible for analyzing the availability of appenders.classAppenderModelHandler<E>classAppenderRefDependencyAnalyserThe AppenderRefDependencyAnalyser class is responsible for analyzing dependencies related to appender references within a logging model.classAppenderRefModelHandlerclassConversionRuleModelHandlerclassDefaultProcessorDefaultProcessor traverses the Model produced at an earlier step and performs actual configuration of logback according to the handlers it was given.classDefineModelHandlerInstantiate class for define property value.classEventEvaluatorModelHandlerclassFileCollisionAnalyserclassImplicitModelHandlerclassImportModelHandlerclassIncludeModelHandlerclassInsertFromJNDIModelHandlerclassModelHandlerBaseclassModelInterpretationContextclassNOPModelHandlerclassPropertyModelHandlerclassRefContainerDependencyAnalyserRefContainerDependencyAnalyser pushes relevant models into the modelStack of ModelInterpretationContext.classResourceHandlerBaseclassSequenceNumberGeneratorModelHandlerclassSerializeModelModelHandlerclassShutdownHookModelHandlerclassStatusListenerModelHandlerclassTimestampModelHandler -
Uses of ContextAwareBase in ch.qos.logback.core.model.processor.conditional
Subclasses of ContextAwareBase in ch.qos.logback.core.model.processor.conditional Modifier and Type Class Description classByPropertiesConditionModelHandlerclassElseModelHandlerclassIfModelHandlerclassThenModelHandler -
Uses of ContextAwareBase in ch.qos.logback.core.model.util
Subclasses of ContextAwareBase in ch.qos.logback.core.model.util Modifier and Type Class Description classPropertyModelHandlerHelperGiven aPropertyModeloffers methods to inject properties into aPropertyContainer.classVariableSubstitutionsHelperHelper methods to deal with properties. -
Uses of ContextAwareBase in ch.qos.logback.core.net
Subclasses of ContextAwareBase in ch.qos.logback.core.net Modifier and Type Class Description classAbstractSocketAppender<E>An abstract base for module specificSocketAppenderimplementations in other logback modules.classAbstractSSLSocketAppender<E>An abstract base for module specificSSLSocketAppenderimplementations located in other logback modules.classSMTPAppenderBase<E>An abstract class that provides support for sending events to an email address.classSyslogAppenderBase<E>Base class for SyslogAppender. -
Uses of ContextAwareBase in ch.qos.logback.core.net.ssl
Subclasses of ContextAwareBase in ch.qos.logback.core.net.ssl Modifier and Type Class Description classSSLParametersConfigurationA configuration of SSL parameters for anSSLEngine. -
Uses of ContextAwareBase in ch.qos.logback.core.pattern
Subclasses of ContextAwareBase in ch.qos.logback.core.pattern Modifier and Type Class Description classPatternLayoutBase<E>classPatternLayoutEncoderBase<E> -
Uses of ContextAwareBase in ch.qos.logback.core.pattern.color
Subclasses of ContextAwareBase in ch.qos.logback.core.pattern.color Modifier and Type Class Description classConverterSupplierByClassNameImplements 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 Modifier and Type Class Description classParser<E> -
Uses of ContextAwareBase in ch.qos.logback.core.read
Subclasses of ContextAwareBase in ch.qos.logback.core.read Modifier and Type Class Description classCyclicBufferAppender<E>CyclicBufferAppender 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.rolling Modifier and Type Class Description classDefaultTimeBasedFileNamingAndTriggeringPolicy<E>Default implementation ofTimeBasedFileNamingAndTriggeringPolicyinterface extendingTimeBasedFileNamingAndTriggeringPolicyBase.classFixedWindowRollingPolicyWhen rolling over,FixedWindowRollingPolicyrenames files according to a fixed window algorithm.classRollingFileAppender<E>RollingFileAppenderextendsFileAppenderto back up the log files depending onRollingPolicyandTriggeringPolicy.classRollingPolicyBaseImplements methods common to most, it not all, rolling policies.classSizeAndTimeBasedFileNamingAndTriggeringPolicy<E>This class implementTimeBasedFileNamingAndTriggeringPolicyinterface extendingTimeBasedFileNamingAndTriggeringPolicyBase.classSizeAndTimeBasedFNATP<E>SizeAndTimeBasedFNATPclass was renamed asSizeAndTimeBasedFileNamingAndTriggeringPolicyin version 1.5.8.classSizeAndTimeBasedRollingPolicy<E>classSizeBasedTriggeringPolicy<E>SizeBasedTriggeringPolicy looks at size of the file being currently written to.classTimeBasedFileNamingAndTriggeringPolicyBase<E>Base implementation ofTimeBasedFileNamingAndTriggeringPolicy.classTimeBasedRollingPolicy<E>TimeBasedRollingPolicyis both easy to configure and quite powerful.classTriggeringPolicyBase<E>SizeBasedTriggeringPolicy 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.helper Modifier and Type Class Description classCompressionStrategyBaseclassCompressorTheCompressionclass implements ZIP and GZ file compression/decompression methods.classFileNamePatternAfter 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.classGZCompressionStrategyclassRenameUtilUtility class to help solving problems encountered while renaming files.classSizeAndTimeBasedArchiveRemoverclassTimeBasedArchiveRemoverclassXZCompressionStrategyCompresses files using tukaani.org/xz library.classZipCompressionStrategyCompresses files using JDK's Zip compression algorithm.Methods in ch.qos.logback.core.rolling.helper with parameters of type ContextAwareBase Modifier and Type Method Description voidRollingCalendar. printPeriodicity(ContextAwareBase cab) -
Uses of ContextAwareBase in ch.qos.logback.core.sift
Subclasses of ContextAwareBase in ch.qos.logback.core.sift Modifier and Type Class Description classAbstractDiscriminator<E>Base implementation ofDiscriminatorthat provides basic lifecycle managementclassDefaultDiscriminator<E>classNOPSiftModelHandlerclassSiftingAppenderBase<E>This appender serves as the base class for actual SiftingAppenders implemented by the logback-classic and logback-access modules.classSiftModelHandlerclassSiftProcessor<E> -
Uses of ContextAwareBase in ch.qos.logback.core.spi
Subclasses of ContextAwareBase in ch.qos.logback.core.spi Modifier and Type Class Description classBasicSequenceNumberGeneratorA very simpleSequenceNumberGeneratorbased on anAtomicLongvariable. -
Uses of ContextAwareBase in ch.qos.logback.core.status
Subclasses of ContextAwareBase in ch.qos.logback.core.status Modifier and Type Class Description classOnConsoleStatusListenerPrint all new incoming status messages on the console (System.out).classOnErrorConsoleStatusListenerPrint all new incoming status messages on the error console (System.err).classOnFileStatusListenerclassOnPrintStreamStatusListenerBasePrint 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 Modifier and Type Class Description classDelayingListAppender<E>classDummyEncoder<E>classNPEAppender<E>classStringListAppender<E> -
Uses of ContextAwareBase in ch.qos.logback.core.util
Subclasses of ContextAwareBase in ch.qos.logback.core.util Modifier and Type Class Description classContextUtilclassFileUtilclassInterruptUtilAllows masking of interrupt flag if previously the flag is already set.classNetworkAddressUtil
-