acidify-core
Toggle table of contents
0.3.0
common
Target filter
common
Switch theme
Search in API
Skip to content
acidify-core
acidify-core
/
org.ntqqrev.acidify.logging
/
LogHandler
Log
Handler
fun
interface
LogHandler
(
source
)
日志处理器接口,用于自定义日志记录行为
Inheritors
NopLogHandler
SimpleLogHandler
Members
Functions
handle
Log
Link copied to clipboard
abstract
fun
handleLog
(
level
:
LogLevel
,
tag
:
String
,
message
:
String
,
throwable
:
Throwable
?
)