Package ch.qos.logback.classic.spi
Class LoggingEventVO
java.lang.Object
ch.qos.logback.classic.spi.LoggingEventVO
- All Implemented Interfaces:
ILoggingEvent
,DeferredProcessingAware
,Serializable
@Deprecated(since="2022-01-27")
public class LoggingEventVO
extends Object
implements ILoggingEvent, Serializable
Deprecated.
This internal logback API is not supported by AEM as a Cloud Service.
A read-only and serializable implementation of
ILoggingEvent
.- Since:
- 0.9.16
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic LoggingEventVO
build
(ILoggingEvent le) Deprecated.boolean
Deprecated.Object[]
Deprecated.Deprecated.Return caller data associated with this event.long
Deprecated.Deprecated.Deprecated.getLevel()
Deprecated.Deprecated.Deprecated.Deprecated.getMdc()
Deprecated.Synonym for [@link #getMDCPropertyMap}.Deprecated.Returns the MDC map.Deprecated.Deprecated.Deprecated.long
Deprecated.boolean
Deprecated.If this event has caller data, then true is returned.int
hashCode()
Deprecated.void
Deprecated.
-
Constructor Details
-
LoggingEventVO
public LoggingEventVO()Deprecated.
-
-
Method Details
-
build
Deprecated. -
getThreadName
Deprecated.- Specified by:
getThreadName
in interfaceILoggingEvent
-
getLoggerContextVO
Deprecated.- Specified by:
getLoggerContextVO
in interfaceILoggingEvent
-
getLoggerName
Deprecated.- Specified by:
getLoggerName
in interfaceILoggingEvent
-
getLevel
Deprecated.- Specified by:
getLevel
in interfaceILoggingEvent
-
getMessage
Deprecated.- Specified by:
getMessage
in interfaceILoggingEvent
-
getFormattedMessage
Deprecated.- Specified by:
getFormattedMessage
in interfaceILoggingEvent
-
getArgumentArray
Deprecated.- Specified by:
getArgumentArray
in interfaceILoggingEvent
-
getThrowableProxy
Deprecated.- Specified by:
getThrowableProxy
in interfaceILoggingEvent
-
getCallerData
Deprecated.Description copied from interface:ILoggingEvent
Return caller data associated with this event. Note that calling this event may trigger the computation of caller data.- Specified by:
getCallerData
in interfaceILoggingEvent
- Returns:
- the caller data associated with this event.
- See Also:
-
hasCallerData
public boolean hasCallerData()Deprecated.Description copied from interface:ILoggingEvent
If this event has caller data, then true is returned. Otherwise the returned value is null.Logback components wishing to use caller data if available without causing it to be computed can invoke this method before invoking
ILoggingEvent.getCallerData()
.- Specified by:
hasCallerData
in interfaceILoggingEvent
- Returns:
- whether this event has caller data
-
getMarker
Deprecated.- Specified by:
getMarker
in interfaceILoggingEvent
-
getTimeStamp
public long getTimeStamp()Deprecated.- Specified by:
getTimeStamp
in interfaceILoggingEvent
-
getContextBirthTime
public long getContextBirthTime()Deprecated. -
getContextLoggerRemoteView
Deprecated. -
getMDCPropertyMap
Deprecated.Description copied from interface:ILoggingEvent
Returns the MDC map. The returned value can be an empty map but not null.- Specified by:
getMDCPropertyMap
in interfaceILoggingEvent
-
getMdc
Deprecated.Description copied from interface:ILoggingEvent
Synonym for [@link #getMDCPropertyMap}.- Specified by:
getMdc
in interfaceILoggingEvent
-
prepareForDeferredProcessing
public void prepareForDeferredProcessing()Deprecated.- Specified by:
prepareForDeferredProcessing
in interfaceDeferredProcessingAware
- Specified by:
prepareForDeferredProcessing
in interfaceILoggingEvent
-
hashCode
public int hashCode()Deprecated. -
equals
Deprecated.
-