RealmLogger

interface RealmLogger : CoreLogger

Interface describing a logger implementation.

See also

io.realm.RealmConfiguration.Builder

Functions

log
Link copied to clipboard
common
open fun log(message: String)
open override fun log(level: Short, message: String)
abstract fun log(level: LogLevel, throwable: Throwable?, message: String?, vararg args: Any?)
Log an event.

Properties

tag
Link copied to clipboard
common
abstract val tag: String
Tag that can be used to describe the output.