Click or drag to resize

ConsoleOutLoggerFactoryAdapter Constructor (NameValueCollection)

Note: This API is now obsolete.

Namespace:  Common.Logging.Simple
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
[ObsoleteAttribute("Use Constructor taking Common.Logging.Configuration.NameValueCollection instead")]
public ConsoleOutLoggerFactoryAdapter(
	NameValueCollection properties
)

Parameters

properties
Type: System.Collections.SpecializedNameValueCollection
See Also