toggle menu
Klogging
0.8.0-SNAPSHOT
common
switch theme
search in API
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()
)