Uses of Class
ch.qos.logback.core.joran.GenericXMLConfigurator
Packages that use GenericXMLConfigurator
Package
Description
Contains Joran configuration classes.
Contains components for Logback Tyler configuration management and monitoring.
Contains Joran configuration classes.
Contains model processors for handling configuration model objects.
Contains core functionalities of logback, such as
AppenderAttachable and
LifeCycle.-
Uses of GenericXMLConfigurator in ch.qos.logback.classic.joran
Subclasses of GenericXMLConfigurator in ch.qos.logback.classic.joranModifier and TypeClassDescriptionclassJoranConfigurator class adds rules specific to logback-classic. -
Uses of GenericXMLConfigurator in ch.qos.logback.classic.tyler
Methods in ch.qos.logback.classic.tyler that return types with arguments of type GenericXMLConfiguratorModifier and TypeMethodDescriptionSupplier<? extends GenericXMLConfigurator> TylerConfiguratorBase.getConfiguratorSupplier()Return a supplier which supplies an instance ofJoranConfiguratorset to the same context the context of 'this'. -
Uses of GenericXMLConfigurator in ch.qos.logback.core.joran
Subclasses of GenericXMLConfigurator in ch.qos.logback.core.joranModifier and TypeClassDescriptionclassA JoranConfiguratorBase lays most of the groundwork for concrete configurators derived from it. -
Uses of GenericXMLConfigurator in ch.qos.logback.core.model.processor
Methods in ch.qos.logback.core.model.processor that return types with arguments of type GenericXMLConfiguratorModifier and TypeMethodDescriptionSupplier<? extends GenericXMLConfigurator> ModelInterpretationContext.getConfiguratorSupplier()Returns a supplier ofGenericXMLConfiguratorinstance.Method parameters in ch.qos.logback.core.model.processor with type arguments of type GenericXMLConfiguratorModifier and TypeMethodDescriptionvoidModelInterpretationContext.setConfiguratorSupplier(Supplier<? extends GenericXMLConfigurator> configuratorSupplier) -
Uses of GenericXMLConfigurator in ch.qos.logback.core.spi
Methods in ch.qos.logback.core.spi that return types with arguments of type GenericXMLConfiguratorModifier and TypeMethodDescriptiondefault Supplier<? extends GenericXMLConfigurator> ContextAwarePropertyContainer.getConfiguratorSupplier()Returns a supplier ofGenericXMLConfiguratorinstance.