Class ConfigurationFactoryData
java.lang.Object
org.apache.logging.log4j.core.appender.ConfigurationFactoryData
Factory Data that carries a configuration.
-
Field Summary
Modifier and TypeFieldDescriptionfinal Configuration
This field is public to follow the style of existing FactoryData classes. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the LoggerContext from the Configuration or null.
-
Field Details
-
configuration
This field is public to follow the style of existing FactoryData classes.
-
-
Constructor Details
-
ConfigurationFactoryData
-
-
Method Details
-
getConfiguration
-
getLoggerContext
Gets the LoggerContext from the Configuration or null.- Returns:
- the LoggerContext from the Configuration or null.
-