C# Class Common.Logging.Configuration.LogSetting

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

Méthodes publiques

Méthode Description
LogSetting ( Type factoryAdapterType, NameValueCollection properties ) : System

Method Details

LogSetting() public méthode

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. ///
Résultat System