AndroidLogger

Logger backed by Android's Log, for output to Logcat.

Properties

Link copied to clipboard

Functions

Link copied to clipboard
open override fun assert(tag: String, message: String, metadata: ReadMetadata, throwable: Throwable?)
Link copied to clipboard
open override fun debug(tag: String, message: String, metadata: ReadMetadata, throwable: Throwable?)
Link copied to clipboard
open override fun error(tag: String, message: String, metadata: ReadMetadata, throwable: Throwable?)
Link copied to clipboard
open override fun info(tag: String, message: String, metadata: ReadMetadata, throwable: Throwable?)
Link copied to clipboard
open override fun verbose(tag: String, message: String, metadata: ReadMetadata, throwable: Throwable?)
Link copied to clipboard
open override fun warn(tag: String, message: String, metadata: ReadMetadata, throwable: Throwable?)