Interface | Description |
---|---|
Logger |
Interface for custom loggers that can be registered at
RealmLog.add(Logger) . |
Class | Description |
---|---|
AndroidLogger |
Logger implementation outputting to Android LogCat.
|
LogLevel |
The Log levels defined and used by Realm when logging events in the API.
|
RealmLog |
Global logger used by all Realm components.
|