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.logging
/
LogEntry
Log
Entry
@
Serializable
data
class
LogEntry
(
val
timestamp
:
Long
,
val
level
:
String
,
val
source
:
String
,
val
message
:
String
,
val
throwable
:
String
?
=
null
)
(
source
)
Members
Constructors
Log
Entry
Link copied to clipboard
constructor
(
timestamp
:
Long
,
level
:
String
,
source
:
String
,
message
:
String
,
throwable
:
String
?
=
null
)
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
throwable
Link copied to clipboard
val
throwable
:
String
?
timestamp
Link copied to clipboard
val
timestamp
:
Long