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
Package-level
declarations
Types
Types
Exception
Info
Link copied to clipboard
sealed
interface
ExceptionInfo
Log
Event
Link copied to clipboard
data
class
LogEvent
<
E
:
ExceptionInfo
>
(
val
timestamp
:
Instant
,
val
level
:
LogLevel
,
val
thread
:
String
,
val
logger
:
String
,
val
message
:
String
,
val
exception
:
E
?
=
null
)
Log
Level
Link copied to clipboard
enum
LogLevel
:
Enum
<
LogLevel
>