Returns all the Appenders that are currently configured
Namespace: log4net.Repository.HierarchyAssembly: log4net (in log4net.dll) Version: 1.2.15.0 (1.2.15.0)
Syntax
Return Value
Type: IAppenderAn array containing all the currently configured appenders
Implements
ILoggerRepository GetAppendersRemarks
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.
See Also