Message

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

Constructors

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

Properties

Link copied to clipboard
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
Link copied to clipboard
open override fun toString(): String