C# Class SpecDrill.Configuration.ConfigurationManager

显示文件 Open project: CosminSontu/SpecDrill

Protected Properties

Property Type Description
Log log4net.ILog

Public Methods

Method Description
Load ( string jsonConfiguration = null ) : Settings

Private Methods

Method Description
FindConfigurationFile ( string folder ) : string
GetParentFolder ( string folder ) : string

Method Details

Load() public static method

public static Load ( string jsonConfiguration = null ) : Settings
jsonConfiguration string
return Settings

Property Details

Log protected_oe static_oe property

protected static ILog,log4net Log
return log4net.ILog