AutoTweaker API
Toggle table of contents
0.1.0-alpha.35+c07218c5
common
Target filter
common
Switch theme
Search in API
Skip to content
AutoTweaker API
AutoTweaker API
/
io.github.autotweaker.api.types.log
/
LogEvent
Log
Event
data
class
LogEvent
<
E
:
ExceptionInfo
>
(
val
timestamp
:
Instant
,
val
level
:
LogLevel
,
val
thread
:
String
,
val
logger
:
String
,
val
message
:
String
,
val
exception
:
E
?
=
null
)
(
source
)
Members
Constructors
Log
Event
Link copied to clipboard
constructor
(
timestamp
:
Instant
,
level
:
LogLevel
,
thread
:
String
,
logger
:
String
,
message
:
String
,
exception
:
E
?
=
null
)
Properties
exception
Link copied to clipboard
val
exception
:
E
?
level
Link copied to clipboard
val
level
:
LogLevel
logger
Link copied to clipboard
val
logger
:
String
message
Link copied to clipboard
val
message
:
String
thread
Link copied to clipboard
val
thread
:
String
timestamp
Link copied to clipboard
val
timestamp
:
Instant