Class LoggerRemoteView

java.lang.Object
ch.qos.logback.classic.spi.LoggerRemoteView
All Implemented Interfaces:
Serializable

public class LoggerRemoteView extends Object implements 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.

Author:
Ceki Gülcü, Sébastien Pennec
See Also: