Click or drag to resize

ConfigurationElementFeedTrafficLogLevel Property

Specifies log level threshold used while logging incoming and outgoing traffic (live feed messages). Possible values are: Debug, Info, Warn, Error, Fatal

Namespace: Sportradar.SDK.Services.SdkConfiguration
Assembly: SdkConfiguration (in SdkConfiguration.dll) Version: 2.28.0.0
Syntax
C#
[TypeConverterAttribute(typeof(LevelTypeConverter))]
public Level TrafficLogLevel { get; }

Property Value

Level
See Also