Common Logging 2.0 API Reference

LogSetting Constructor

Missing <summary> documentation for M:Common.Logging.Configuration.LogSetting.#ctor(System.Type,System.Collections.Specialized.NameValueCollection)

[Visual Basic]
Public Sub New( _
   ByVal factoryAdapterType As Type, _
   ByVal properties As NameValueCollection _
)
[C#]
LogSetting(
   Type factoryAdapterType,
   NameValueCollection properties
);

Parameters

factoryAdapterType
The ILoggerFactoryAdapter type that will be used for creating ILog
properties
Additional user supplied properties that are passed to the factoryAdapterType's constructor.

See Also

LogSetting Class | Common.Logging.Configuration Namespace