Package org.apache.logging.log4j.core
Class Logger.PrivateConfig
java.lang.Object
org.apache.logging.log4j.core.Logger.PrivateConfig
- Enclosing class:
- Logger
The binding between a Logger and its configuration.
- 
Field SummaryFieldsModifier and TypeFieldDescriptionfinal ConfigurationThe current Configuration associated with the LoggerConfig.final LoggerConfigLoggerConfig to delegate the actual logging to.
- 
Constructor SummaryConstructorsConstructorDescriptionPrivateConfig(Configuration config, Logger logger) PrivateConfig(Logger.PrivateConfig pc, Level level) 
- 
Method Summary