Class LogCategory.StorageLogCategory
The category for receiving log messages pertaining to database events.
Namespace: Realms.Logging
Assembly: Realm.dll
Syntax
public class LogCategory.StorageLogCategory : LogCategory
Properties
| Edit this page View SourceNotification
Gets the category for receiving log messages when there are notifications of changes to the database.
Declaration
public LogCategory Notification { get; }
Property Value
Type | Description |
---|---|
LogCategory |
Object
Gets the category for receiving log messages when mutating the database.
Declaration
public LogCategory Object { get; }
Property Value
Type | Description |
---|---|
LogCategory |
Query
Gets the category for receiving log messages when querying the database.
Declaration
public LogCategory Query { get; }
Property Value
Type | Description |
---|---|
LogCategory |
Transaction
Gets the category for receiving log messages when creating, advancing, and committing transactions.
Declaration
public LogCategory Transaction { get; }
Property Value
Type | Description |
---|---|
LogCategory |