 | LogFactoryOnConfigurationChanged Method |
Invoke the Changed event; called whenever list changes
Namespace: NLogAssembly: NLog (in NLog.dll) Version: 4.3.0
Syntaxprotected virtual void OnConfigurationChanged(
LoggingConfigurationChangedEventArgs e
)
Protected Overridable Sub OnConfigurationChanged (
e As LoggingConfigurationChangedEventArgs
)
Parameters
- e
- Type: NLog.ConfigLoggingConfigurationChangedEventArgs
Event arguments.
See Also