AndroidLogger

Properties

Link copied to clipboard

Cancel the last toast if it is still showing.

Link copied to clipboard

Is print the log to xposed

Link copied to clipboard

Log level filter. Will ignore all logs with level lower than this.

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open override fun d(msg: String, thr: Throwable?)
fun d(thr: Throwable, msg: String = "")

Print the log

Link copied to clipboard
fun dx(msg: String, thr: Throwable? = null)
fun dx(thr: Throwable, msg: String = "")

Print the log to xposed log

Link copied to clipboard
open override fun e(msg: String, thr: Throwable?)
fun e(thr: Throwable, msg: String = "")

Print the log

Link copied to clipboard
fun ex(msg: String, thr: Throwable? = null)
fun ex(thr: Throwable, msg: String = "")

Print the log to xposed log

Link copied to clipboard
open override fun i(msg: String, thr: Throwable?)
fun i(thr: Throwable, msg: String = "")

Print the log

Link copied to clipboard
fun ix(msg: String, thr: Throwable? = null)
fun ix(thr: Throwable, msg: String = "")

Print the log to xposed log

Link copied to clipboard
open override fun px(levelFilter: Int, level: String, msg: String, thr: Throwable?)

Print the log to xposed

Link copied to clipboard
fun toast(msg: String, duration: Int = Toast.LENGTH_SHORT)

Show a toast message.

fun toast(msg: String, vararg formats: String, duration: Int = Toast.LENGTH_SHORT)
Link copied to clipboard
open override fun w(msg: String, thr: Throwable?)
fun w(thr: Throwable, msg: String = "")

Print the log

Link copied to clipboard
fun wx(msg: String, thr: Throwable? = null)
fun wx(thr: Throwable, msg: String = "")

Print the log to xposed log