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.5.0+1873145cbc26e0312d9481234d69ce7dc68aac4e
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