RealmLogger

interface RealmLogger

Interface describing a logger implementation.

See also

Functions

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

Log an event.