SoulLogEntry

data class SoulLogEntry(val timestamp: Long, val level: String, val loggerName: String, val message: String, val threadName: String, val mdc: Map<String, String>?, val throwable: String?)(source)

Internal log entry representation.

Constructors

Link copied to clipboard
constructor(timestamp: Long, level: String, loggerName: String, message: String, threadName: String, mdc: Map<String, String>?, throwable: String?)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard