C# Класс Common.Logging.Configuration.LogSetting

Container used to hold configuration information from config file.
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
LogSetting ( Type factoryAdapterType, NameValueCollection properties ) : System

Описание методов

LogSetting() публичный метод

public LogSetting ( Type factoryAdapterType, NameValueCollection properties ) : System
factoryAdapterType System.Type /// The type /// that will be used for creating ///
properties NameValueCollection /// Additional user supplied properties that are passed to the /// 's constructor. ///
Результат System