Uses of Class
ch.qos.logback.core.joran.GenericXMLConfigurator
-
Packages that use GenericXMLConfigurator Package Description ch.qos.logback.classic.joran Contains Joran configuration classes.ch.qos.logback.classic.tyler Contains components for Logback Tyler configuration management and monitoring.ch.qos.logback.core.joran Contains Joran configuration classes.ch.qos.logback.core.model.processor Contains model processors for handling configuration model objects.ch.qos.logback.core.spi Contains core functionalities of logback, such asAppenderAttachableandLifeCycle. -
-
Uses of GenericXMLConfigurator in ch.qos.logback.classic.joran
Subclasses of GenericXMLConfigurator in ch.qos.logback.classic.joran Modifier and Type Class Description classJoranConfiguratorJoranConfigurator 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 GenericXMLConfigurator Modifier and Type Method Description Supplier<? 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.joran Modifier and Type Class Description classJoranConfiguratorBase<E>A 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 GenericXMLConfigurator Modifier and Type Method Description Supplier<? extends GenericXMLConfigurator>ModelInterpretationContext. getConfiguratorSupplier()Returns a supplier ofGenericXMLConfiguratorinstance.Method parameters in ch.qos.logback.core.model.processor with type arguments of type GenericXMLConfigurator Modifier and Type Method Description voidModelInterpretationContext. 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 GenericXMLConfigurator Modifier and Type Method Description default Supplier<? extends GenericXMLConfigurator>ContextAwarePropertyContainer. getConfiguratorSupplier()Returns a supplier ofGenericXMLConfiguratorinstance.
-