Axer
Toggle table of contents
1.1.10
common
Platform filter
common
Switch theme
Search in API
Axer
Axer
/
io.github.orioneee.domain.logs
/
LogLine
Log
Line
common
@
Serializable
data
class
LogLine
(
val
id
:
Long
=
0
,
val
tag
:
String
?
,
val
message
:
String
,
val
level
:
LogLevel
,
val
time
:
Long
,
val
sessionIdentifier
:
String
)
Members
Constructors
Log
Line
Link copied to clipboard
common
constructor
(
id
:
Long
=
0
,
tag
:
String
?
,
message
:
String
,
level
:
LogLevel
,
time
:
Long
,
sessionIdentifier
:
String
)
Properties
id
Link copied to clipboard
common
val
id
:
Long
=
0
level
Link copied to clipboard
common
val
level
:
LogLevel
message
Link copied to clipboard
common
val
message
:
String
session
Identifier
Link copied to clipboard
common
val
sessionIdentifier
:
String
tag
Link copied to clipboard
common
val
tag
:
String
?
time
Link copied to clipboard
common
val
time
:
Long
Functions
to
String
Link copied to clipboard
common
open
override
fun
toString
(
)
:
String