Package ch.qos.logback.classic.spi
Class LoggingEventVO
- java.lang.Object
 - 
- ch.qos.logback.classic.spi.LoggingEventVO
 
 
- 
- All Implemented Interfaces:
 ILoggingEvent,DeferredProcessingAware,java.io.Serializable
@Deprecated(since="2022-01-27") public class LoggingEventVO extends java.lang.Object implements ILoggingEvent, java.io.Serializable
Deprecated.This internal logback API is not supported by AEM as a Cloud Service.A read-only and serializable implementation ofILoggingEvent.- Since:
 - 0.9.16
 - See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description LoggingEventVO()Deprecated. 
- 
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static LoggingEventVObuild(ILoggingEvent le)Deprecated.booleanequals(java.lang.Object obj)Deprecated.java.lang.Object[]getArgumentArray()Deprecated.java.lang.StackTraceElement[]getCallerData()Deprecated.Return caller data associated with this event.longgetContextBirthTime()Deprecated.LoggerContextVOgetContextLoggerRemoteView()Deprecated.java.lang.StringgetFormattedMessage()Deprecated.LevelgetLevel()Deprecated.LoggerContextVOgetLoggerContextVO()Deprecated.java.lang.StringgetLoggerName()Deprecated.MarkergetMarker()Deprecated.java.util.Map<java.lang.String,java.lang.String>getMdc()Deprecated.Synonym for [@link #getMDCPropertyMap}.java.util.Map<java.lang.String,java.lang.String>getMDCPropertyMap()Deprecated.Returns the MDC map.java.lang.StringgetMessage()Deprecated.java.lang.StringgetThreadName()Deprecated.IThrowableProxygetThrowableProxy()Deprecated.longgetTimeStamp()Deprecated.booleanhasCallerData()Deprecated.If this event has caller data, then true is returned.inthashCode()Deprecated.voidprepareForDeferredProcessing()Deprecated. 
 - 
 
- 
- 
Method Detail
- 
build
public static LoggingEventVO build(ILoggingEvent le)
Deprecated. 
- 
getThreadName
public java.lang.String getThreadName()
Deprecated.- Specified by:
 getThreadNamein interfaceILoggingEvent
 
- 
getLoggerContextVO
public LoggerContextVO getLoggerContextVO()
Deprecated.- Specified by:
 getLoggerContextVOin interfaceILoggingEvent
 
- 
getLoggerName
public java.lang.String getLoggerName()
Deprecated.- Specified by:
 getLoggerNamein interfaceILoggingEvent
 
- 
getLevel
public Level getLevel()
Deprecated.- Specified by:
 getLevelin interfaceILoggingEvent
 
- 
getMessage
public java.lang.String getMessage()
Deprecated.- Specified by:
 getMessagein interfaceILoggingEvent
 
- 
getFormattedMessage
public java.lang.String getFormattedMessage()
Deprecated.- Specified by:
 getFormattedMessagein interfaceILoggingEvent
 
- 
getArgumentArray
public java.lang.Object[] getArgumentArray()
Deprecated.- Specified by:
 getArgumentArrayin interfaceILoggingEvent
 
- 
getThrowableProxy
public IThrowableProxy getThrowableProxy()
Deprecated.- Specified by:
 getThrowableProxyin interfaceILoggingEvent
 
- 
getCallerData
public java.lang.StackTraceElement[] 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:
 ILoggingEvent.hasCallerData()
 
- 
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
public Marker getMarker()
Deprecated.- Specified by:
 getMarkerin interfaceILoggingEvent
 
- 
getTimeStamp
public long getTimeStamp()
Deprecated.- Specified by:
 getTimeStampin interfaceILoggingEvent
 
- 
getContextBirthTime
public long getContextBirthTime()
Deprecated. 
- 
getContextLoggerRemoteView
public LoggerContextVO getContextLoggerRemoteView()
Deprecated. 
- 
getMDCPropertyMap
public java.util.Map<java.lang.String,java.lang.String> 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
public java.util.Map<java.lang.String,java.lang.String> 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.- Overrides:
 hashCodein classjava.lang.Object
 
- 
equals
public boolean equals(java.lang.Object obj)
Deprecated.- Overrides:
 equalsin classjava.lang.Object
 
 - 
 
 -