IAppenderAttachable Appenders Property Apache log4net™ SDK Documentation
Gets all attached appenders.

Namespace: log4net.Core
Assembly: log4net (in log4net.dll) Version: 1.2.15.0 (1.2.15.0)
Syntax

AppenderCollection Appenders { get; }

Property Value

Type: AppenderCollection
A 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