LogMessage

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

Deprecated

Use v4 instead

Replace with

mtctx.lumina.v4.Message

Constructors

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

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