LogbackLogEvent

class LogbackLogEvent(fqcn: String, logger: Logger, level: Level, kLoggingEvent: KLoggingEventBuilder) : LoggingEvent

Constructors

Link copied to clipboard
constructor(fqcn: String, logger: Logger, level: Level, kLoggingEvent: KLoggingEventBuilder)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
var keyValuePairs: MutableList<KeyValuePair>
Link copied to clipboard
var level: Level
Link copied to clipboard
val loggerContextVO: LoggerContextVO
Link copied to clipboard
Link copied to clipboard
val markerList: MutableList<Marker>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open fun addKeyValuePair(p0: KeyValuePair)
Link copied to clipboard
open fun addMarker(p0: Marker)
Link copied to clipboard
open override fun getCallerData(): Array<StackTraceElement>
Link copied to clipboard
Link copied to clipboard
open override fun getFormattedMessage(): String?
Link copied to clipboard
open fun getMarker(): Marker
Link copied to clipboard
open override fun getMdc(): MutableMap<String, String>
Link copied to clipboard
open override fun getThrowableProxy(): IThrowableProxy
Link copied to clipboard
open override fun hasCallerData(): Boolean
Link copied to clipboard
open override fun prepareForDeferredProcessing()
Link copied to clipboard
Link copied to clipboard
open fun setLoggerContext(p0: LoggerContext)
Link copied to clipboard
open fun setLoggerContextRemoteView(p0: LoggerContextVO)
Link copied to clipboard
open fun setThrowableProxy(p0: ThrowableProxy)
Link copied to clipboard
open override fun toString(): String