Package no.nav.common.log
Class MaskedLoggingEvent
- java.lang.Object
-
- no.nav.common.log.MaskedLoggingEvent
-
- All Implemented Interfaces:
ch.qos.logback.classic.spi.ILoggingEvent,ch.qos.logback.core.spi.DeferredProcessingAware
public class MaskedLoggingEvent extends Object implements ch.qos.logback.classic.spi.ILoggingEvent
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods 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()static Stringmask(String string)voidprepareForDeferredProcessing()
-
-
-
Method Detail
-
getThreadName
public String 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
public String getMessage()
- Specified by:
getMessagein interfacech.qos.logback.classic.spi.ILoggingEvent
-
getArgumentArray
public Object[] getArgumentArray()
- Specified by:
getArgumentArrayin interfacech.qos.logback.classic.spi.ILoggingEvent
-
getFormattedMessage
public String getFormattedMessage()
- Specified by:
getFormattedMessagein interfacech.qos.logback.classic.spi.ILoggingEvent
-
getLoggerName
public String 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
public StackTraceElement[] 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
public Map<String,String> getMDCPropertyMap()
- Specified by:
getMDCPropertyMapin interfacech.qos.logback.classic.spi.ILoggingEvent
-
getMdc
public Map<String,String> 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
-
-