Dockware AI
Toggle table of contents
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
Dockware AI
dockware-core
/
common
/
LogEntry
Log
Entry
@
Serializable
data
class
LogEntry
(
val
timestamp
:
Long
,
val
log_level
:
String
,
val
message
:
String
,
val
appVersion
:
String
?
=
null
,
val
deviceId
:
String
?
=
null
,
val
userId
:
String
?
=
null
,
val
metadata
:
Map
<
String
,
String
>
?
=
null
)
Members
Constructors
Log
Entry
Link copied to clipboard
constructor
(
timestamp
:
Long
,
log_level
:
String
,
message
:
String
,
appVersion
:
String
?
=
null
,
deviceId
:
String
?
=
null
,
userId
:
String
?
=
null
,
metadata
:
Map
<
String
,
String
>
?
=
null
)
Properties
app
Version
Link copied to clipboard
val
appVersion
:
String
?
device
Id
Link copied to clipboard
val
deviceId
:
String
?
log_
level
Link copied to clipboard
val
log_level
:
String
message
Link copied to clipboard
val
message
:
String
metadata
Link copied to clipboard
val
metadata
:
Map
<
String
,
String
>
?
timestamp
Link copied to clipboard
val
timestamp
:
Long
user
Id
Link copied to clipboard
val
userId
:
String
?