Uses of Interface
org.apache.logging.log4j.core.config.Reconfigurable
-
Packages that use Reconfigurable Package Description org.apache.logging.log4j.core Implementation of Log4j 2.org.apache.logging.log4j.core.config Configuration of Log4j 2.org.apache.logging.log4j.core.config.composite Support for composite configurations.org.apache.logging.log4j.core.config.json Classes and interfaces supporting configuration of Log4j 2 with JSON.org.apache.logging.log4j.core.config.properties Configuration using Properties files.org.apache.logging.log4j.core.config.xml Classes and interfaces supporting configuration of Log4j 2 with XML.org.apache.logging.log4j.core.config.yaml Classes and interfaces supporting configuration of Log4j 2 with YAML. -
-
Uses of Reconfigurable in org.apache.logging.log4j.core
Methods in org.apache.logging.log4j.core with parameters of type Reconfigurable Modifier and Type Method Description void
LoggerContext. onChange(Reconfigurable reconfigurable)
Causes a reconfiguration to take place when the underlying configuration file changes. -
Uses of Reconfigurable in org.apache.logging.log4j.core.config
Methods in org.apache.logging.log4j.core.config with parameters of type Reconfigurable Modifier and Type Method Description void
ConfigurationListener. onChange(Reconfigurable reconfigurable)
Constructors in org.apache.logging.log4j.core.config with parameters of type Reconfigurable Constructor Description ConfiguratonFileWatcher(Reconfigurable reconfigurable, java.util.List<ConfigurationListener> configurationListeners)
-
Uses of Reconfigurable in org.apache.logging.log4j.core.config.composite
Classes in org.apache.logging.log4j.core.config.composite that implement Reconfigurable Modifier and Type Class Description class
CompositeConfiguration
A Composite Configuration. -
Uses of Reconfigurable in org.apache.logging.log4j.core.config.json
Classes in org.apache.logging.log4j.core.config.json that implement Reconfigurable Modifier and Type Class Description class
JsonConfiguration
Creates a Node hierarchy from a JSON file. -
Uses of Reconfigurable in org.apache.logging.log4j.core.config.properties
Classes in org.apache.logging.log4j.core.config.properties that implement Reconfigurable Modifier and Type Class Description class
PropertiesConfiguration
Configuration created from a properties file. -
Uses of Reconfigurable in org.apache.logging.log4j.core.config.xml
Classes in org.apache.logging.log4j.core.config.xml that implement Reconfigurable Modifier and Type Class Description class
XmlConfiguration
Creates a Node hierarchy from an XML file. -
Uses of Reconfigurable in org.apache.logging.log4j.core.config.yaml
Classes in org.apache.logging.log4j.core.config.yaml that implement Reconfigurable Modifier and Type Class Description class
YamlConfiguration
-