LogMessage

data class LogMessage(val content: Array<out Any>, val logToConsole: Boolean, val timestamp: Instant = Clock.System.now(), val strategy: LoggingStrategy)(source)

Constructors

Link copied to clipboard
constructor(content: Array<out Any>, logToConsole: Boolean, timestamp: Instant = Clock.System.now(), strategy: LoggingStrategy)

Properties

Link copied to clipboard
val content: Array<out Any>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int