SoulLogger
Toggle table of contents
1.0-SNAPSHOT
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
SoulLogger
SoulLogger
/
com.lestere.opensource.sink
/
LogMessage
Log
Message
@
Serializable
data
class
LogMessage
(
val
version
:
String
,
val
timestamp
:
String
,
val
level
:
String
,
val
thread
:
String
,
val
entry
:
String
,
val
command
:
String
)
(
source
)
Members
Constructors
Log
Message
Link copied to clipboard
constructor
(
version
:
String
,
timestamp
:
String
,
level
:
String
,
thread
:
String
,
entry
:
String
,
command
:
String
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
command
Link copied to clipboard
val
command
:
String
entry
Link copied to clipboard
val
entry
:
String
level
Link copied to clipboard
val
level
:
String
thread
Link copied to clipboard
val
thread
:
String
timestamp
Link copied to clipboard
val
timestamp
:
String
version
Link copied to clipboard
val
version
:
String