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
Log
Event
@
Serializable
data
class
LogEvent
(
val
timestamp
:
Long
,
val
level
:
String
,
val
source
:
String
,
val
message
:
String
,
val
throwable
:
String
?
=
null
,
val
traceId
:
String
?
=
null
,
val
spanId
:
String
?
=
null
,
val
pluginId
:
String
?
=
null
,
val
attributes
:
Map
<
String
,
String
>
=
emptyMap()
)
(
source
)
Members
Constructors
Log
Event
Link copied to clipboard
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()
)
Properties
attributes
Link copied to clipboard
val
attributes
:
Map
<
String
,
String
>
level
Link copied to clipboard
val
level
:
String
message
Link copied to clipboard
val
message
:
String
plugin
Id
Link copied to clipboard
val
pluginId
:
String
?
source
Link copied to clipboard
val
source
:
String
span
Id
Link copied to clipboard
val
spanId
:
String
?
throwable
Link copied to clipboard
val
throwable
:
String
?
timestamp
Link copied to clipboard
val
timestamp
:
Long
trace
Id
Link copied to clipboard
val
traceId
:
String
?