Package ch.qos.logback.classic.spi
Class LoggerRemoteView
- java.lang.Object
-
- ch.qos.logback.classic.spi.LoggerRemoteView
-
- All Implemented Interfaces:
java.io.Serializable
@Deprecated(since="2022-01-27") public class LoggerRemoteView extends java.lang.Object implements java.io.Serializable
Deprecated.This internal logback API is not supported by AEM as a Cloud Service.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 Summary
Constructors Constructor Description LoggerRemoteView(java.lang.String name, LoggerContext lc)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description LoggerContextVO
getLoggerContextView()
Deprecated.java.lang.String
getName()
Deprecated.
-
-
-
Constructor Detail
-
LoggerRemoteView
public LoggerRemoteView(java.lang.String name, LoggerContext lc)
Deprecated.
-
-
Method Detail
-
getLoggerContextView
public LoggerContextVO getLoggerContextView()
Deprecated.
-
getName
public java.lang.String getName()
Deprecated.
-
-