Class MaskedEvent
java.lang.Object
dev.vality.adapter.flow.lib.logback.mask.MaskedEvent
- All Implemented Interfaces:
ch.qos.logback.classic.spi.ILoggingEvent,ch.qos.logback.core.spi.DeferredProcessingAware
public class MaskedEvent extends Object implements ch.qos.logback.classic.spi.ILoggingEvent
-
Constructor Summary
Constructors Constructor Description MaskedEvent() -
Method Summary
Modifier and Type Method Description Object[]getArgumentArray()StackTraceElement[]getCallerData()StringgetFormattedMessage()ch.qos.logback.classic.LevelgetLevel()ch.qos.logback.classic.spi.LoggerContextVOgetLoggerContextVO()StringgetLoggerName()org.slf4j.MarkergetMarker()Map<String,String>getMdc()Map<String,String>getMDCPropertyMap()StringgetMessage()StringgetThreadName()ch.qos.logback.classic.spi.IThrowableProxygetThrowableProxy()longgetTimeStamp()booleanhasCallerData()voidprepareForDeferredProcessing()
-
Constructor Details
-
MaskedEvent
public MaskedEvent()
-
-
Method Details
-
getThreadName
- Specified by:
getThreadNamein interfacech.qos.logback.classic.spi.ILoggingEvent
-
getLevel
public ch.qos.logback.classic.Level getLevel()- Specified by:
getLevelin interfacech.qos.logback.classic.spi.ILoggingEvent
-
getMessage
- Specified by:
getMessagein interfacech.qos.logback.classic.spi.ILoggingEvent
-
getArgumentArray
- Specified by:
getArgumentArrayin interfacech.qos.logback.classic.spi.ILoggingEvent
-
getFormattedMessage
- Specified by:
getFormattedMessagein interfacech.qos.logback.classic.spi.ILoggingEvent
-
getLoggerName
- Specified by:
getLoggerNamein interfacech.qos.logback.classic.spi.ILoggingEvent
-
getLoggerContextVO
public ch.qos.logback.classic.spi.LoggerContextVO getLoggerContextVO()- Specified by:
getLoggerContextVOin interfacech.qos.logback.classic.spi.ILoggingEvent
-
getThrowableProxy
public ch.qos.logback.classic.spi.IThrowableProxy getThrowableProxy()- Specified by:
getThrowableProxyin interfacech.qos.logback.classic.spi.ILoggingEvent
-
getCallerData
- Specified by:
getCallerDatain interfacech.qos.logback.classic.spi.ILoggingEvent
-
hasCallerData
public boolean hasCallerData()- Specified by:
hasCallerDatain interfacech.qos.logback.classic.spi.ILoggingEvent
-
getMarker
public org.slf4j.Marker getMarker()- Specified by:
getMarkerin interfacech.qos.logback.classic.spi.ILoggingEvent
-
getMDCPropertyMap
- Specified by:
getMDCPropertyMapin interfacech.qos.logback.classic.spi.ILoggingEvent
-
getMdc
- Specified by:
getMdcin interfacech.qos.logback.classic.spi.ILoggingEvent
-
getTimeStamp
public long getTimeStamp()- Specified by:
getTimeStampin interfacech.qos.logback.classic.spi.ILoggingEvent
-
prepareForDeferredProcessing
public void prepareForDeferredProcessing()- Specified by:
prepareForDeferredProcessingin interfacech.qos.logback.core.spi.DeferredProcessingAware- Specified by:
prepareForDeferredProcessingin interfacech.qos.logback.classic.spi.ILoggingEvent
-