AppLog

data class AppLog(val date: Date, val priority: Int, val tag: String, val msg: String, val exception: Throwable?)

Constructors

Link copied to clipboard
constructor(date: Date, priority: Int, tag: String, msg: String, exception: Throwable?)

Properties

Link copied to clipboard
val date: Date
Link copied to clipboard
Link copied to clipboard
val msg: String
Link copied to clipboard
Link copied to clipboard
val tag: String

Functions

Link copied to clipboard
fun format(dateFormat: SimpleDateFormat): String
Link copied to clipboard