NET Logging Library
InitializeConfigurationFromAppConfig(LoggingTargetConfigurationSection) Method



KellermanSoftware.NetLoggingLibrary Namespace > AppConfigLogic Class > InitializeConfigurationFromAppConfig Method : InitializeConfigurationFromAppConfig(LoggingTargetConfigurationSection) Method
The section to load
Load configuration from the app config
Syntax
Public Overloads Shared Sub InitializeConfigurationFromAppConfig( _
   ByVal section As LoggingTargetConfigurationSection _
) 
Dim section As LoggingTargetConfigurationSection
 
AppConfigLogic.InitializeConfigurationFromAppConfig(section)
public static void InitializeConfigurationFromAppConfig( 
   LoggingTargetConfigurationSection section
)
public:
static void InitializeConfigurationFromAppConfig( 
   LoggingTargetConfigurationSection^ section
) 

Parameters

section
The section to load
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

AppConfigLogic Class
AppConfigLogic Members
Overload List