AppLog

object AppLog

Thin KMP logging facade over Napier so call sites never import Napier directly (swap the backend in one place). Napier's antilog is installed per-platform at app startup by each entrypoint.

Functions

Link copied to clipboard
fun d(message: String, tag: String? = null)
Link copied to clipboard
fun e(message: String, throwable: Throwable? = null, tag: String? = null)
Link copied to clipboard
fun i(message: String, tag: String? = null)
Link copied to clipboard
fun w(message: String, throwable: Throwable? = null, tag: String? = null)