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
    • Constructor Summary

      Constructors 
      Constructor Description
      LoggerProxy​(java.lang.String name, MessageFactory messageFactory)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected java.lang.Object readResolve()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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