Click or drag to resize

SdkLoggerFactoryConfigure Method

Note: This API is now obsolete.

Configures the LogManager for SDK

Namespace: Sportradar.OddsFeed.SDK.Common
Assembly: Sportradar.OddsFeed.SDK.Common (in Sportradar.OddsFeed.SDK.Common.dll) Version: 1.59.0.0 (1.59.0.0)
Syntax
C#
[ObsoleteAttribute("This method is no longer required since the SDK uses Common.Logging facade")]
public static void Configure(
	FileInfo configFile,
	string repositoryName = "Sportradar.OddsFeed.SDK"
)

Parameters

configFile  FileInfo
The configuration file.
repositoryName  String  (Optional)
Repository name to be created containing the SDK loggers
See Also