Apache log4net� SDK Documentation - Microsoft .NET Framework 4.0 |
|
LoggerRepositorySkeleton.RaiseConfigurationChanged�Method�
Raise a configuration changed event on this repository
[Visual�Basic]
Public�Sub�RaiseConfigurationChanged( _
���ByVal
e�As�
EventArgs�_
)
[C#]
public�
void�RaiseConfigurationChanged(
���
EventArgs�
e);
Parameters
-
e
- EventArgs.Empty
Remarks
Applications that programmatically change the configuration of the repository should raise this event notification to notify listeners.
See Also
LoggerRepositorySkeleton Class | log4net.Repository Namespace