Realm Kotlin SDK
/
io.realm.kotlin
/
LogConfiguration
Log
Configuration
data class
LogConfiguration
(level:
LogLevel
, loggers:
List
<
RealmLogger
>)
Content copied to clipboard
Configuration for log events created by a Realm instance.
Constructors
Properties
Constructors
LogConfiguration
Link copied to clipboard
fun
LogConfiguration
(level:
LogLevel
, loggers:
List
<
RealmLogger
>)
Content copied to clipboard
Properties
level
Link copied to clipboard
val
level
:
LogLevel
Content copied to clipboard
The
LogLevel
for which all log events of equal or higher priority will be reported.
loggers
Link copied to clipboard
val
loggers
:
List
<
RealmLogger
>
Content copied to clipboard
Any loggers to install.