Click or drag to resize

SdkConfigurationCommonOldLogMaxAge Property

Old log max-age.

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

Property Value

TimeSpan
Remarks
Log files with a modified time older than that will be removed.
See Also