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 Summary
FieldsModifier and TypeFieldDescriptionfinal ConfigurationThe current Configuration associated with the LoggerConfig.final LoggerConfigLoggerConfig to delegate the actual logging to. -
Constructor Summary
ConstructorsConstructorDescriptionPrivateConfig(Configuration config, Logger logger) PrivateConfig(Logger.PrivateConfig pc, Level level) -
Method Summary