Realm Kotlin SDK
/
io.realm.kotlin.log
/
RealmLogger
Realm
Logger
interface
RealmLogger
Content copied to clipboard
Interface describing a logger implementation.
Functions
Properties
See also
See also
io.realm.kotlin.Configuration.SharedBuilder
Functions
log
Link copied to clipboard
open fun
log
(level:
LogLevel
, message:
String
)
Content copied to clipboard
Log an event.
abstract fun
log
(level:
LogLevel
, throwable:
Throwable
?, message:
String
?, vararg args:
Any
?)
Content copied to clipboard
Log an event.
Properties
level
Link copied to clipboard
abstract val
level
:
LogLevel
Content copied to clipboard
The
LogLevel
used in this logger.
tag
Link copied to clipboard
abstract val
tag
:
String
Content copied to clipboard
Tag that can be used to describe the output.