Gets all attached appenders.
Namespace: log4net.Util
Assembly: log4net (in log4net.dll) Version: 2.0.6.0-.NET 4.0
Syntax
Return Value
Type: AppenderCollectionA collection of attached appenders, or null if there are no attached appenders.
Implements
IAppenderAttachableAppendersRemarks
The read only collection of all currently attached appenders.
See Also