Class Logger.LoggerProxy

  • All Implemented Interfaces:
    java.io.Serializable
    Enclosing class:
    Logger

    protected static class Logger.LoggerProxy
    extends java.lang.Object
    implements java.io.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
    • Field Detail

      • name

        private final java.lang.String name
    • Constructor Detail

      • LoggerProxy

        public LoggerProxy​(java.lang.String name,
                           MessageFactory messageFactory)
    • Method Detail

      • readResolve

        protected java.lang.Object readResolve()
                                        throws java.io.ObjectStreamException
        Throws:
        java.io.ObjectStreamException