LogInfo

class LogInfo(val level: LogLevel, val marker: Marker?, val msg: String, val args: Array<out Any?>, val error: Throwable?, val name: String, val fullName: String, val thread: Thread, val timestamp: Long)

一次日志所记录的信息。

Constructors

Link copied to clipboard
fun LogInfo(level: LogLevel, marker: Marker?, msg: String, args: Array<out Any?>, error: Throwable?, name: String, fullName: String, thread: Thread, timestamp: Long)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val args: Array<out Any?>
Link copied to clipboard
Link copied to clipboard

获取格式化之后的消息文本。

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val marker: Marker?
Link copied to clipboard
val msg: String
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard