Public API for logging functionality
Namespace: GF.Api.Logging
Assembly: GF.Api (in GF.Api.dll) Version: dd7171be68430789135ec75c4e9f4bbfeca31201
Syntax
The ILoggingApi type exposes the following members.
Properties
Name | Description | |
---|---|---|
ReportExceptionsEnabled |
If enabled, will send exception stack trace to GF servers
|
Methods
Name | Description | |
---|---|---|
SetCategories |
Start raising NewMessageLogged for log messages in the given categories.
|
Events
Name | Description | |
---|---|---|
ErrorOccurred |
Raised when an exception occurs
| |
NewMessageLogged |
Raised on new log messages
|
See Also