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.logger
/
SoulLoggerAppender
/
SoulLogEntry
Soul
Log
Entry
data
class
SoulLogEntry
(
val
timestamp
:
Long
,
val
level
:
String
,
val
loggerName
:
String
,
val
message
:
String
,
val
threadName
:
String
,
val
mdc
:
Map
<
String
,
String
>
?
,
val
throwable
:
String
?
)
(
source
)
Internal log entry representation.
Members
Constructors
Soul
Log
Entry
Link copied to clipboard
constructor
(
timestamp
:
Long
,
level
:
String
,
loggerName
:
String
,
message
:
String
,
threadName
:
String
,
mdc
:
Map
<
String
,
String
>
?
,
throwable
:
String
?
)
Properties
level
Link copied to clipboard
val
level
:
String
logger
Name
Link copied to clipboard
val
loggerName
:
String
mdc
Link copied to clipboard
val
mdc
:
Map
<
String
,
String
>
?
message
Link copied to clipboard
val
message
:
String
thread
Name
Link copied to clipboard
val
threadName
:
String
throwable
Link copied to clipboard
val
throwable
:
String
?
timestamp
Link copied to clipboard
val
timestamp
:
Long