Logger Appenders Property Apache log4net™ SDK Documentation
Get the appenders contained in this logger as an OnlineICollection.

Namespace: log4net.Repository.Hierarchy
Assembly: log4net (in log4net.dll) Version: 1.2.15.0 (1.2.15.0)
Syntax

public virtual AppenderCollection Appenders { get; }

Return Value

Type: AppenderCollection
A collection of the appenders in this logger

Implements

IAppenderAttachable Appenders
Remarks

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

See Also