 | LoggingConfigurationReload Method |
Called by LogManager when one of the log configuration files changes.
Namespace: NLog.ConfigAssembly: NLog (in NLog.dll) Version: 4.3.0
Syntaxpublic virtual LoggingConfiguration Reload()
Public Overridable Function Reload As LoggingConfiguration
Return Value
Type:
LoggingConfiguration
A new instance of
LoggingConfiguration that represents the updated configuration.
See Also