LogEntry

data class LogEntry(val timestamp: Long, val pid: Int, val tid: Int, val level: LogLevel, val tag: String, val message: String, val throwable: Throwable?, val isImportant: Boolean)

Constructors

Link copied to clipboard
constructor(timestamp: Long, pid: Int, tid: Int, level: LogLevel, tag: String, message: String, throwable: Throwable?, isImportant: Boolean)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val pid: Int
Link copied to clipboard
val tag: String
Link copied to clipboard
Link copied to clipboard
val tid: Int
Link copied to clipboard