Uses of Class
ch.qos.logback.core.joran.GenericXMLConfigurator
Packages that use GenericXMLConfigurator
Package
Description
Contains Joran configuration classes.
Contains core functionalities of logback, such as
AppenderAttachable and
LifeCycle.-
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.