jim
Toggle table of contents
1.0.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
jim
jim
/
ratph6.jim.engine
/
JimLogLine
Jim
Log
Line
data
class
JimLogLine
(
val
level
:
String
,
val
where
:
String
,
val
message
:
String
,
val
detail
:
String
?
,
val
tick
:
Long
)
One line for the JIM console: a level (info/warn/error/debug), origin, message and optional detail.
Members
Constructors
Jim
Log
Line
Link copied to clipboard
constructor
(
level
:
String
,
where
:
String
,
message
:
String
,
detail
:
String
?
,
tick
:
Long
)
Properties
detail
Link copied to clipboard
val
detail
:
String
?
level
Link copied to clipboard
val
level
:
String
message
Link copied to clipboard
val
message
:
String
tick
Link copied to clipboard
val
tick
:
Long
where
Link copied to clipboard
val
where
:
String