Click or drag to resize

ConfigurationElementFeedConfigLogLevel Property

Specifies log level threshold used while logging configuration settings used by client (server and local). 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 ConfigLogLevel { get; }

Property Value

Level
See Also