Click or drag to resize

LogManagerConfigurationChanged Event

Occurs when logging Configuration changes. Both when assigned to new config or config unloaded.

Namespace:  NLog
Assembly:  NLog (in NLog.dll) Version: 6.0.0+cfb73701cda54e2410b006f649f072e90daef707
Syntax
public static event EventHandler<LoggingConfigurationChangedEventArgs> ConfigurationChanged

Value

Type: SystemEventHandlerLoggingConfigurationChangedEventArgs
Remarks
Note ActivatedConfiguration can be null when unloading configuration at shutdown.
See Also