Skip to content

FrakLogSink

fun interface FrakLogSink

Receives SDK diagnostics, gated by FrakConfig.logLevel. Replaces logcat once set.

NameSummary
logabstract fun log(level: FrakLogLevel, message: String, throwable: Throwable?)
Must not throw (exception is swallowed, not surfaced) and must be thread-safe.