# log

abstract fun log(level: [FrakLogLevel](/developers/references/android/id-frak-sdk-core/frakloglevel/), message: [String](https://kotlinlang.org/api/core/kotlin-stdlib/kotlin/-string/index.html), throwable: [Throwable](https://kotlinlang.org/api/core/kotlin-stdlib/kotlin/-throwable/index.html)?)

Must not throw (exception is swallowed, not surfaced) and must be thread-safe.