LogCategory Enumeration

GF API Documentation
Subsystem of API that generates a log statement

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

[FlagsAttribute]
public enum LogCategory
Members

  Member nameValueDescription
Core0 Non-application and non-transport activity inside API
PriceFeed1 Incoming price connection activity
Transport2 Activity between API and servers, except for incoming price connection (data feed)
Application4 Calls from application
All7 All logging levels
See Also

Reference