Returns all the Appenders that are currently configured
An array containing all the currently configured appenders
ILoggerRepository.GetAppenders
Returns all the IAppender instances that are currently configured. All the loggers are searched for appenders. The appenders may also be containers for appenders and these are also searched for additional loggers.
The list returned is unordered but does not contain duplicates.
Hierarchy Class | log4net.Repository.Hierarchy Namespace