ILoggingApi Interface

GF API Documentation
Public API for logging functionality

Namespace:  GF.Api.Logging
Assembly:  GF.Api (in GF.Api.dll) Version: dd7171be68430789135ec75c4e9f4bbfeca31201
Syntax

public interface ILoggingApi

The ILoggingApi type exposes the following members.

Properties

  NameDescription
Public propertyReportExceptionsEnabled
If enabled, will send exception stack trace to GF servers
Top
Methods

  NameDescription
Public methodSetCategories
Start raising NewMessageLogged for log messages in the given categories.
Top
Events

  NameDescription
Public eventErrorOccurred
Raised when an exception occurs
Public eventNewMessageLogged
Raised on new log messages
Top
See Also

Reference