RealmLogger

interface RealmLogger

Interface describing a logger implementation.

See also

Functions

log
Link copied to clipboard
open fun log(level: LogLevel, message: String)
abstract fun log(level: LogLevel, throwable: Throwable?, message: String?, vararg args: Any?)

Log an event.

Properties

level
Link copied to clipboard
abstract val level: LogLevel

The LogLevel used in this logger.

tag
Link copied to clipboard
abstract val tag: String

Tag that can be used to describe the output.