 | 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
Syntaxpublic static event EventHandler<LoggingConfigurationChangedEventArgs> ConfigurationChanged
Public Shared Event ConfigurationChanged As EventHandler(Of LoggingConfigurationChangedEventArgs)
Dim handler As EventHandler(Of LoggingConfigurationChangedEventArgs)
AddHandler LogManager.ConfigurationChanged, handler
member ConfigurationChanged : IEvent<EventHandler<LoggingConfigurationChangedEventArgs>,
LoggingConfigurationChangedEventArgs>
Value
Type:
SystemEventHandlerLoggingConfigurationChangedEventArgs
Remarks
See Also