|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Reconfigurable | |
---|---|
org.apache.logging.log4j.core | Implementation of Log4j 2.0. |
org.apache.logging.log4j.core.config | Configuration of Log4j 2.0. |
Uses of Reconfigurable in org.apache.logging.log4j.core |
---|
Methods in org.apache.logging.log4j.core with parameters of type Reconfigurable | |
---|---|
void |
LoggerContext.onChange(Reconfigurable reconfigurable)
Cause a reconfiguration to take place when the underlying configuration file changes. |
Uses of Reconfigurable in org.apache.logging.log4j.core.config |
---|
Classes in org.apache.logging.log4j.core.config that implement Reconfigurable | |
---|---|
class |
JSONConfiguration
Creates a Node hierarchy from a JSON file. |
class |
XMLConfiguration
Creates a Node hierarchy from an XML file. |
Methods in org.apache.logging.log4j.core.config with parameters of type Reconfigurable | |
---|---|
void |
ConfigurationListener.onChange(Reconfigurable reconfigurable)
|
Constructors in org.apache.logging.log4j.core.config with parameters of type Reconfigurable | |
---|---|
FileConfigurationMonitor(Reconfigurable reconfigurable,
File file,
List<ConfigurationListener> listeners,
int interval)
Constructor. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |