toggle menu
Kermit
2.0.4
common
switch theme
search in API
kermit-test
/
co.touchlab.kermit
/
TestLogWriter
/
LogEntry
Log
Entry
data
class
LogEntry
(
val
severity
:
Severity
,
val
message
:
String
,
val
tag
:
String
?
,
val
throwable
:
Throwable
?
)
Members
Constructors
Log
Entry
Link copied to clipboard
constructor
(
severity
:
Severity
,
message
:
String
,
tag
:
String
?
,
throwable
:
Throwable
?
)
Properties
message
Link copied to clipboard
val
message
:
String
severity
Link copied to clipboard
val
severity
:
Severity
tag
Link copied to clipboard
val
tag
:
String
?
throwable
Link copied to clipboard
val
throwable
:
Throwable
?