log4net SDK Reference

IAppenderAttachable.Appenders Property

Gets all attached appenders.

[Visual Basic]
Property Appenders As AppenderCollection
[C#]
log4net.Appender.AppenderCollection Appenders {get;}

Property Value

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

IAppenderAttachable Interface | log4net.Core Namespace