NET Logging Library
LoadConfiguration Method (ConfigurationLogic)



KellermanSoftware.NetLoggingLibrary Namespace > ConfigurationLogic Class : LoadConfiguration Method
Load from Log.Config if it exists, else load from web.config or app.config, else create setup default targets based on ASP.NET or WinForms or WPF
Syntax
Public Function LoadConfiguration() As Configuration
Dim instance As ConfigurationLogic
Dim value As Configuration
 
value = instance.LoadConfiguration()
public Configuration LoadConfiguration()
public:
Configuration^ LoadConfiguration(); 
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ConfigurationLogic Class
ConfigurationLogic Members