log4net SDK Reference

Logger.Appenders Property

Get the appenders contained in this logger as an ICollection.

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

Implements

IAppenderAttachable.Appenders

Remarks

Get the appenders contained in this logger as an ICollection. If no appenders can be found, then a EmptyCollection is returned.

See Also

Logger Class | log4net.Repository.Hierarchy Namespace