Logback API
Version 0.9.8

ch.qos.logback.classic.spi
Class LoggerRemoteView

java.lang.Object
  extended by 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 LoggerContextRemoteView for the rationale of this class.

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

Constructor Summary
LoggerRemoteView(String name, LoggerContext lc)
           
 
Method Summary
 LoggerContextRemoteView getLoggerContextView()
           
 String getName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LoggerRemoteView

public LoggerRemoteView(String name,
                        LoggerContext lc)
Method Detail

getLoggerContextView

public LoggerContextRemoteView getLoggerContextView()

getName

public String getName()

Logback API
Version 0.9.8

Copyright © 2005-2008 QOS.ch. All Rights Reserved.