ch.qos.logback.classic.spi
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:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LoggerRemoteView
public LoggerRemoteView(String name,
LoggerContext lc)
getLoggerContextView
public LoggerContextVO getLoggerContextView()
getName
public String getName()
Copyright © 2005-2013 QOS.ch. All Rights Reserved.