log4net SDK Reference

ForwardingAppender.Appenders Property

Gets the appenders contained in this appender as an ICollection.

[Visual Basic]
Overridable Public ReadOnly Property Appenders As AppenderCollection _
    Implements IAppenderAttachable.Appenders
[C#]
public virtual AppenderCollection Appenders {get;}

Implements

IAppenderAttachable.Appenders

Remarks

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

See Also

ForwardingAppender Class | log4net.Appender Namespace