Class LogCategory.ClientLogCategory
The category for receiving log messages pertaining to sync client operations.
Namespace: Realms.Logging
Assembly: Realm.dll
Syntax
public class LogCategory.ClientLogCategory : LogCategory
Properties
| Edit this page View SourceChangeset
Gets the category for receiving log messages when receiving, uploading, and integrating changesets.
Declaration
public LogCategory Changeset { get; }
Property Value
Type | Description |
---|---|
LogCategory |
Network
Gets the category for receiving log messages pertaining to low-level network activity.
Declaration
public LogCategory Network { get; }
Property Value
Type | Description |
---|---|
LogCategory |
Reset
Gets the category for receiving log messages when there are client reset operations.
Declaration
public LogCategory Reset { get; }
Property Value
Type | Description |
---|---|
LogCategory |
Session
Gets the category for receiving log messages pertaining to the sync session.
Declaration
public LogCategory Session { get; }
Property Value
Type | Description |
---|---|
LogCategory |