BufferingForwardingAppenderAppenders Property Apache log4net™ SDK Documentation
Gets the appenders contained in this appender as an ICollection.

Namespace: log4net.Appender
Assembly: log4net (in log4net.dll) Version: 2.0.8.0-.NET 4.0
Syntax

public virtual AppenderCollection Appenders { get; }

Return Value

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

Implements

IAppenderAttachableAppenders
Remarks

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

Reference