LogMsg

data class LogMsg(val priority: Int, val tag: String, val message: String)

Base Log class

Constructors

Link copied to clipboard
constructor(priority: Int, tag: String, message: String)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val tag: String