LogHandler

fun interface LogHandler(source)

日志处理器接口,用于自定义日志记录行为

Inheritors

Functions

Link copied to clipboard
abstract fun handleLog(level: LogLevel, tag: String, message: String, throwable: Throwable?)