Subsystem of API that generates a log statement
Namespace: GF.Api.Logging
Assembly: GF.Api (in GF.Api.dll) Version: dd7171be68430789135ec75c4e9f4bbfeca31201
Syntax
Members
Member name | Value | Description | |
---|---|---|---|
Core | 0 | Non-application and non-transport activity inside API | |
PriceFeed | 1 | Incoming price connection activity | |
Transport | 2 | Activity between API and servers, except for incoming price connection (data feed) | |
Application | 4 | Calls from application | |
All | 7 | All logging levels |
See Also