Click or drag to resize

LogFactoryOnConfigurationReloaded Method

Note: This API is now obsolete.

Obsolete and replaced by OnConfigurationReloaded(LoggingConfigurationReloadedEventArgs) with NLog 5.2. Raises the event when the configuration is reloaded.

Namespace:  NLog
Assembly:  NLog (in NLog.dll) Version: 5.3.4+73d83d3161d31288ca5c554cc50d27b6bed5f28b
Syntax
[ObsoleteAttribute("Replaced by ConfigurationChanged, but check args.ActivatedConfiguration != null. Marked obsolete on NLog 5.2")]
protected virtual void OnConfigurationReloaded(
	LoggingConfigurationReloadedEventArgs e
)

Parameters

e
Type: LoggingConfigurationReloadedEventArgs
Event arguments
See Also