Click or drag to resize

XmlLoggingConfigurationReload Method

Loads the NLog LoggingConfiguration from its original configuration file and returns the new LoggingConfiguration object.

Namespace:  NLog.Config
Assembly:  NLog (in NLog.dll) Version: 6.0.0+cfb73701cda54e2410b006f649f072e90daef707
Syntax
public override LoggingConfiguration Reload()

Return Value

Type: LoggingConfiguration
The newly loaded XmlLoggingConfiguration instance.
Remarks
Must assign the returned object to LogManager.Configuration to activate it
See Also