Keel
Toggle table of contents
0.0.1
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
Keel
keel-core
/
com.keel.kernel.observability
/
LogEvent
/
LogEvent
Log
Event
constructor
(
timestamp
:
Long
,
level
:
String
,
source
:
String
,
message
:
String
,
throwable
:
String
?
=
null
,
traceId
:
String
?
=
null
,
spanId
:
String
?
=
null
,
pluginId
:
String
?
=
null
,
attributes
:
Map
<
String
,
String
>
=
emptyMap()
)
(
source
)