BackupKitLogger

fun interface BackupKitLogger(source)

Plug your logger in through BackupKit.logger. The default discards everything.

Functions

Link copied to clipboard
abstract fun log(level: LogLevel, tag: String, message: String, throwable: Throwable?)