Class LoggerRemoteView

  • All Implemented Interfaces:
    java.io.Serializable

    public class LoggerRemoteView
    extends java.lang.Object
    implements java.io.Serializable
    An interface that allows Logger objects and LoggerSer objects to be used the same way be client of the LoggingEvent object.

    See LoggerContextVO for the rationale of this class.

    See Also:
    Serialized Form
    • Constructor Detail

      • LoggerRemoteView

        public LoggerRemoteView​(java.lang.String name,
                                LoggerContext lc)
    • Method Detail

      • getName

        public java.lang.String getName()