Package ch.qos.logback.classic.spi
Class LoggerRemoteView
- java.lang.Object
-
- ch.qos.logback.classic.spi.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
-
-
Field Summary
Fields Modifier and Type Field Description (package private) LoggerContextVO
loggerContextView
(package private) java.lang.String
name
private static long
serialVersionUID
-
Constructor Summary
Constructors Constructor Description LoggerRemoteView(java.lang.String name, LoggerContext lc)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LoggerContextVO
getLoggerContextView()
java.lang.String
getName()
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
loggerContextView
final LoggerContextVO loggerContextView
-
name
final java.lang.String name
-
-
Constructor Detail
-
LoggerRemoteView
public LoggerRemoteView(java.lang.String name, LoggerContext lc)
-
-
Method Detail
-
getLoggerContextView
public LoggerContextVO getLoggerContextView()
-
getName
public java.lang.String getName()
-
-