Class LogCategory.RealmLogCategory
The top-level category for receiving log messages for all categories.
Namespace: Realms.Logging
Assembly: Realm.dll
Syntax
public class LogCategory.RealmLogCategory : LogCategory
Properties
| Edit this page View SourceApp
Gets the category for receiving log messages pertaining to Atlas App.
Declaration
public LogCategory App { get; }
Property Value
Type | Description |
---|---|
LogCategory |
SDK
Gets the category for receiving log messages pertaining to the SDK.
Declaration
public LogCategory SDK { get; }
Property Value
Type | Description |
---|---|
LogCategory |
Storage
Gets the category for receiving log messages pertaining to database events.
Declaration
public LogCategory.StorageLogCategory Storage { get; }
Property Value
Type | Description |
---|---|
LogCategory.StorageLogCategory |
Sync
Gets the category for receiving log messages pertaining to Atlas Device Sync.
Declaration
public LogCategory.SyncLogCategory Sync { get; }
Property Value
Type | Description |
---|---|
LogCategory.SyncLogCategory |