Axer

object Axer

Properties

Link copied to clipboard
val ktorPlugin: ClientPlugin<AxerKtorPluginConfig>

Functions

Link copied to clipboard
fun configure(block: AxerConfig.() -> Unit)
Link copied to clipboard
fun d(tag: String? = null, message: String, throwable: Throwable? = null, record: Boolean = true)
Link copied to clipboard
fun e(tag: String? = null, message: String, throwable: Throwable? = null, record: Boolean = true)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun i(tag: String? = null, message: String, throwable: Throwable? = null, record: Boolean = true)
initialize
Link copied to clipboard
fun Axer.initialize(applicationContext: Context)
Link copied to clipboard
Link copied to clipboard
installErrorHandler
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun recordAsFatal(throwable: Throwable, onRecorded: () -> Unit = {})
Link copied to clipboard
fun recordException(throwable: Throwable, onRecorded: () -> Unit = {})
Link copied to clipboard
fun Axer.runServerIfNotRunning(scope: CoroutineScope, port: Int = AXER_SERVER_PORT, readOnly: Boolean = false)
Link copied to clipboard
Link copied to clipboard
fun v(tag: String? = null, message: String, throwable: Throwable? = null, record: Boolean = true)
Link copied to clipboard
fun w(tag: String? = null, message: String, throwable: Throwable? = null, record: Boolean = true)
Link copied to clipboard
fun wtf(tag: String? = null, message: String, throwable: Throwable? = null, record: Boolean = true)