IAppenderAttachableAppenders Property Apache log4net™ SDK Documentation
Gets all attached appenders.

Namespace: log4net.Core
Assembly: log4net (in log4net.dll) Version: 2.0.6.0-.NET 4.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

Reference