RealmLogger

interface RealmLogger

Interface describing a logger implementation.

See also

Properties

Link copied to clipboard
abstract val level: LogLevel

The LogLevel used in this logger.

Link copied to clipboard
abstract val tag: String

Tag that can be used to describe the output.

Functions

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.