Class LogCategory.SyncLogCategory
The category for receiving log messages pertaining to Atlas Device Sync.
Namespace: Realms.Logging
Assembly: Realm.dll
Syntax
public class LogCategory.SyncLogCategory : LogCategory
Properties
| Edit this page View SourceClient
Gets the category for receiving log messages pertaining to sync client operations.
Declaration
public LogCategory.ClientLogCategory Client { get; }
Property Value
Type | Description |
---|---|
LogCategory.ClientLogCategory |
Server
Gets the category for receiving log messages pertaining to sync server operations.
Declaration
public LogCategory Server { get; }
Property Value
Type | Description |
---|---|
LogCategory |