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
)
(
source
)
Members
Constructors
Log
Event
Link copied to clipboard
constructor
(
timestamp
:
Long
,
level
:
String
,
source
:
String
,
message
:
String
)
Properties
level
Link copied to clipboard
val
level
:
String
message
Link copied to clipboard
val
message
:
String
source
Link copied to clipboard
val
source
:
String
timestamp
Link copied to clipboard
val
timestamp
:
Long