Class 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 Detail

      • getThreadName

        public String getThreadName()
        Specified by:
        getThreadName in interface ch.qos.logback.classic.spi.ILoggingEvent
      • getLevel

        public ch.qos.logback.classic.Level getLevel()
        Specified by:
        getLevel in interface ch.qos.logback.classic.spi.ILoggingEvent
      • getMessage

        public String getMessage()
        Specified by:
        getMessage in interface ch.qos.logback.classic.spi.ILoggingEvent
      • getArgumentArray

        public Object[] getArgumentArray()
        Specified by:
        getArgumentArray in interface ch.qos.logback.classic.spi.ILoggingEvent
      • getFormattedMessage

        public String getFormattedMessage()
        Specified by:
        getFormattedMessage in interface ch.qos.logback.classic.spi.ILoggingEvent
      • getLoggerName

        public String getLoggerName()
        Specified by:
        getLoggerName in interface ch.qos.logback.classic.spi.ILoggingEvent
      • getLoggerContextVO

        public ch.qos.logback.classic.spi.LoggerContextVO getLoggerContextVO()
        Specified by:
        getLoggerContextVO in interface ch.qos.logback.classic.spi.ILoggingEvent
      • getThrowableProxy

        public ch.qos.logback.classic.spi.IThrowableProxy getThrowableProxy()
        Specified by:
        getThrowableProxy in interface ch.qos.logback.classic.spi.ILoggingEvent
      • getCallerData

        public StackTraceElement[] getCallerData()
        Specified by:
        getCallerData in interface ch.qos.logback.classic.spi.ILoggingEvent
      • hasCallerData

        public boolean hasCallerData()
        Specified by:
        hasCallerData in interface ch.qos.logback.classic.spi.ILoggingEvent
      • getMarker

        public org.slf4j.Marker getMarker()
        Specified by:
        getMarker in interface ch.qos.logback.classic.spi.ILoggingEvent
      • getMDCPropertyMap

        public Map<String,​String> getMDCPropertyMap()
        Specified by:
        getMDCPropertyMap in interface ch.qos.logback.classic.spi.ILoggingEvent
      • getMdc

        public Map<String,​String> getMdc()
        Specified by:
        getMdc in interface ch.qos.logback.classic.spi.ILoggingEvent
      • getTimeStamp

        public long getTimeStamp()
        Specified by:
        getTimeStamp in interface ch.qos.logback.classic.spi.ILoggingEvent
      • prepareForDeferredProcessing

        public void prepareForDeferredProcessing()
        Specified by:
        prepareForDeferredProcessing in interface ch.qos.logback.core.spi.DeferredProcessingAware
        Specified by:
        prepareForDeferredProcessing in interface ch.qos.logback.classic.spi.ILoggingEvent