Click or drag to resize

SdkConfigurationCommonExecutionLogLevel Property

Specifies log level threshold used while logging SDK library code execution. 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 ExecutionLogLevel { get; }

Property Value

Level
See Also