class AndroidLogSink : LogSink
(source)
LogSink implementation that writes to Android's log.
defaultTag
- A default tag that should be used for all logging calls without tag.
AndroidLogSink(defaultTag: String = "App")
LogSink implementation that writes to Android's log. |
fun log(priority: Priority, tag: String?, throwable: Throwable?, message: String?): Unit
Low-level logging call. |