Klogging
Toggle table of contents
0.9.0-SNAPSHOT
common
Platform filter
common
Switch theme
Search in API
Klogging
Klogging
/
io.klogging.events
/
LogEvent
/
LogEvent
Log
Event
constructor
(
id
:
String
=
randomId()
,
timestamp
:
Instant
=
timestampNow()
,
host
:
String
=
hostname
,
logger
:
String
,
context
:
String
?
=
threadContext()
,
level
:
Level
,
template
:
String
?
=
null
,
message
:
String
,
stackTrace
:
String
?
=
null
,
items
:
EventItems
=
mapOf()
)