Enum LoggerType
- Namespace
- Sportradar.OddsFeed.SDK.Common.Enums
- Assembly
- Sportradar.OddsFeed.SDK.dll
Enumeration of all possible types of logger used in sdk. Each can have unique settings in log4net.config file.
public enum LoggerType
Fields
Cache = 4Log for the cache
ClientInteraction = 3The client iteration log
Execution = 0The execution log
FeedTraffic = 1Log for the feed traffic
RestTraffic = 2Log for the rest traffic
Stats = 5Log for the SDK statistics
Remarks
Default is execution log