log4net SDK Reference

ILoggerRepository.ShutdownEvent Event

Event to notify that the repository has been shutdown.

[Visual Basic]
Event ShutdownEvent As LoggerRepositoryShutdownEventHandler
[C#]
event LoggerRepositoryShutdownEventHandler ShutdownEvent;

Remarks

Event raised when the repository has been shutdown.

See Also

ILoggerRepository Interface | log4net.Repository Namespace