Package org.apache.logging.log4j.core
Class Logger.LoggerProxy
- java.lang.Object
-
- org.apache.logging.log4j.core.Logger.LoggerProxy
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- Logger
protected static class Logger.LoggerProxy extends Object implements Serializable
Serialization proxy class for Logger. Since the LoggerContext and config information can be reconstructed on the fly, the only information needed for a Logger are what's available in AbstractLogger.- Since:
- 2.5
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description LoggerProxy(String name, MessageFactory messageFactory)
-
-
-
Constructor Detail
-
LoggerProxy
public LoggerProxy(String name, MessageFactory messageFactory)
-
-
Method Detail
-
readResolve
protected Object readResolve() throws ObjectStreamException
- Throws:
ObjectStreamException
-
-