NLog Logging Library

LoggingConfigurationChanged Delegate

[This is preliminary documentation and subject to change.]

Represents a method that's invoked each time a logging configuration changes.

[Visual Basic]
Public Delegate Sub LoggingConfigurationChanged( _
   ByVal oldConfig As LoggingConfiguration, _
   ByVal newConfig As LoggingConfiguration _
)
[C#]
public delegate void LoggingConfigurationChanged(
   LoggingConfiguration oldConfig,
   LoggingConfiguration newConfig
);

Parameters

oldConfig
Missing <param> documentation for oldConfig
newConfig
Missing <param> documentation for newConfig

Requirements

Namespace: NLog

Assembly: NLog (in NLog.dll)

See Also

NLog Namespace