LoggerAppenders Property Apache log4net™ SDK Documentation
Get the appenders contained in this logger as an ICollection.

Namespace: log4net.Repository.Hierarchy
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 logger

Implements

IAppenderAttachableAppenders
Remarks

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

See Also

Reference