KryptoLog

fun interface KryptoLog

Optional logging hook for KryptoStore. Default is a no-op so the library has no hard dependency on app logging frameworks.

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
abstract fun error(t: Throwable?, msg: () -> String)