RingLog

class RingLog(context: Context, maxLines: Int = 2000)

Constructors

Link copied to clipboard
constructor(context: Context, maxLines: Int = 2000)

Functions

Link copied to clipboard
fun e(tag: String, msg: String, t: Throwable? = null)
Link copied to clipboard
Link copied to clipboard
fun i(tag: String, msg: String)
Link copied to clipboard
fun w(tag: String, msg: String, t: Throwable? = null)