kalev-lib / eu.bolt.kalev / LogEntry

LogEntry

open class LogEntry

Properties

data

val data: MutableMap<String, Any?>

message

lateinit var message: String

severity

lateinit var severity: String

tag

var tag: String?

throwable

var throwable: Throwable?

timestamp

var timestamp: Long?

Functions

d

open fun d(message: String): Unit

e

open fun e(message: String): Unit

i

open fun i(message: String): Unit

tag

open fun tag(tag: String): LogEntry

toString

open fun toString(): String

v

open fun v(message: String): Unit

w

open fun w(message: String): Unit

with

open fun with(key: String, value: Any?): LogEntry
open fun with(throwable: Throwable): LogEntry

Inheritors

NopLogEntry

object NopLogEntry : LogEntry