FrakLogSink
fun interface FrakLogSink
Receives SDK diagnostics, gated by FrakConfig.logLevel. Replaces logcat once set.
Functions
Section titled “Functions”| Name | Summary |
|---|---|
| log | abstract fun log(level: FrakLogLevel, message: String, throwable: Throwable?) Must not throw (exception is swallowed, not surfaced) and must be thread-safe. |