log4net SDK Reference

ILoggerRepository.ShutdownEvent Event

[This is preliminary documentation and subject to change.]

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