Click or drag to resize

LoggingConfigurationChangedEventArgsActivatedConfiguration Property

Gets the new configuration.

Namespace:  NLog.Config
Assembly:  NLog (in NLog.dll) Version: 6.0.0+cfb73701cda54e2410b006f649f072e90daef707
Syntax
public LoggingConfiguration? ActivatedConfiguration { get; }

Property Value

Type: LoggingConfiguration
The new configuration.
Remarks
New value can be null when unloading configuration during shutdown.
See Also