Gets all attached appenders.
Namespace: log4net.CoreAssembly: log4net (in log4net.dll) Version: 1.2.15.0 (1.2.15.0)
Syntax
Property Value
Type: AppenderCollectionA collection of attached appenders.
Remarks
Gets a collection of attached appenders. If there are no attached appenders the implementation should return an empty collection rather than null.
See Also