ForwardingAppender Appenders Property Apache log4net™ SDK Documentation
Gets the appenders contained in this appender as an OnlineICollection.

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

public virtual AppenderCollection Appenders { get; }

Return Value

Type: AppenderCollection
A collection of the appenders in this appender.

Implements

IAppenderAttachable Appenders
Remarks

If no appenders can be found, then an EmptyCollection is returned.
See Also