NET Logging Library
SaveConfiguration(LoggingTargetConfigurationSection,String) Method



KellermanSoftware.NetLoggingLibrary Namespace > AppConfigLogic Class > SaveConfiguration Method : SaveConfiguration(LoggingTargetConfigurationSection,String) Method
Save a configuration section
Syntax
Public Overloads Shared Sub SaveConfiguration( _
   ByVal section As LoggingTargetConfigurationSection, _
   ByVal sectionName As String _
) 
Dim section As LoggingTargetConfigurationSection
Dim sectionName As String
 
AppConfigLogic.SaveConfiguration(section, sectionName)
public static void SaveConfiguration( 
   LoggingTargetConfigurationSection section,
   string sectionName
)
public:
static void SaveConfiguration( 
   LoggingTargetConfigurationSection^ section,
   String^ sectionName
) 

Parameters

section
sectionName
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