C# Class Common.Logging.Configuration.LogSetting

Container used to hold configuration information from config file.
Show file Open project: SaladLab/Common.Logging.Unity3D Class Usage Examples

Public Methods

Method Description
LogSetting ( Type factoryAdapterType, NameValueCollection properties ) : System

Method Details

LogSetting() public method

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. ///
return System