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 LoggingEventVObuild(ILoggingEvent le) Deprecated.booleanDeprecated.Object[]Deprecated.Deprecated.Return caller data associated with this event.longDeprecated.Deprecated.Deprecated.getLevel()Deprecated.Deprecated.Deprecated.Deprecated.getMdc()Deprecated.Synonym for [@link #getMDCPropertyMap}.Deprecated.Returns the MDC map.Deprecated.Deprecated.Deprecated.longDeprecated.booleanDeprecated.If this event has caller data, then true is returned.inthashCode()Deprecated.voidDeprecated.
-
Constructor Details
-
LoggingEventVO
public LoggingEventVO()Deprecated.
-
-
Method Details
-
build
Deprecated. -
getThreadName
Deprecated.- Specified by:
getThreadNamein interfaceILoggingEvent
-
getLoggerContextVO
Deprecated.- Specified by:
getLoggerContextVOin interfaceILoggingEvent
-
getLoggerName
Deprecated.- Specified by:
getLoggerNamein interfaceILoggingEvent
-
getLevel
Deprecated.- Specified by:
getLevelin interfaceILoggingEvent
-
getMessage
Deprecated.- Specified by:
getMessagein interfaceILoggingEvent
-
getFormattedMessage
Deprecated.- Specified by:
getFormattedMessagein interfaceILoggingEvent
-
getArgumentArray
Deprecated.- Specified by:
getArgumentArrayin interfaceILoggingEvent
-
getThrowableProxy
Deprecated.- Specified by:
getThrowableProxyin interfaceILoggingEvent
-
getCallerData
Deprecated.Description copied from interface:ILoggingEventReturn caller data associated with this event. Note that calling this event may trigger the computation of caller data.- Specified by:
getCallerDatain interfaceILoggingEvent- Returns:
- the caller data associated with this event.
- See Also:
-
hasCallerData
public boolean hasCallerData()Deprecated.Description copied from interface:ILoggingEventIf 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:
hasCallerDatain interfaceILoggingEvent- Returns:
- whether this event has caller data
-
getMarker
Deprecated.- Specified by:
getMarkerin interfaceILoggingEvent
-
getTimeStamp
public long getTimeStamp()Deprecated.- Specified by:
getTimeStampin interfaceILoggingEvent
-
getContextBirthTime
public long getContextBirthTime()Deprecated. -
getContextLoggerRemoteView
Deprecated. -
getMDCPropertyMap
Deprecated.Description copied from interface:ILoggingEventReturns the MDC map. The returned value can be an empty map but not null.- Specified by:
getMDCPropertyMapin interfaceILoggingEvent
-
getMdc
Deprecated.Description copied from interface:ILoggingEventSynonym for [@link #getMDCPropertyMap}.- Specified by:
getMdcin interfaceILoggingEvent
-
prepareForDeferredProcessing
public void prepareForDeferredProcessing()Deprecated.- Specified by:
prepareForDeferredProcessingin interfaceDeferredProcessingAware- Specified by:
prepareForDeferredProcessingin interfaceILoggingEvent
-
hashCode
public int hashCode()Deprecated. -
equals
Deprecated.
-