LogEntry

data class LogEntry(val logbook: Logbook, val level: LogLevel, val time: Instant, val data: Any?)(source)

Constructors

Link copied to clipboard
constructor(logbook: Logbook, level: LogLevel, time: Instant, data: Any?)

Properties

Link copied to clipboard
val data: Any?
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val time: Instant