RealmLogCategory

Top level log category for Realm, updating this category level would set all other categories too.

Category hierarchy:

Realm
├─► Storage
│ ├─► Transaction
│ ├─► Query
│ ├─► Object
│ └─► Notification
├─► Sync
│ ├─► Client
│ │ ├─► Session
│ │ ├─► Changeset
│ │ ├─► Network
│ │ └─► Reset
│ └─► Server
├─► App
└─► Sdk

Properties

Link copied to clipboard

Log category for all app related logs.

Link copied to clipboard
open override val name: String
Link copied to clipboard
open override val parent: LogCategory?
Link copied to clipboard

Log category for all sdk related logs.

Link copied to clipboard

Log category for all storage related logs.

Link copied to clipboard

Log category for all sync related logs.

Functions

Link copied to clipboard
open operator override fun contains(element: LogCategory): Boolean
Link copied to clipboard
open override fun toString(): String