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