LogHandler

interface LogHandler

Interface that allows handling logs manually. See also Purchases.logHandler

Functions

Link copied to clipboard
abstract fun d(tag: String, msg: String)
Link copied to clipboard
abstract fun e(    tag: String,     msg: String,     throwable: Throwable?)
Link copied to clipboard
abstract fun i(tag: String, msg: String)
Link copied to clipboard
abstract fun w(tag: String, msg: String)

Sources

Link copied to clipboard