LogLevel

enum LogLevel : Enum<LogLevel>

Enum describing the log levels available to Realms internal logger.

Each log entry is assigned a priority between TRACE and WTF. If the log level is equal or higher than the priority defined in io.realm.RealmConfiguration.Builder.logLevel the event will be logged.

See also

io.realm.RealmConfiguration.Builder

Entries

NONE
Link copied to clipboard
common
NONE(7)
WTF
Link copied to clipboard
common
WTF(6)
ERROR
Link copied to clipboard
common
WARN
Link copied to clipboard
common
WARN(4)
INFO
Link copied to clipboard
common
INFO(3)
DEBUG
Link copied to clipboard
common
TRACE
Link copied to clipboard
common
ALL
Link copied to clipboard
common
ALL(0)

Properties

name
Link copied to clipboard
common
val name: String
ordinal
Link copied to clipboard
common
val ordinal: Int