AppenderAttachedImpl Appenders Property Apache log4net™ SDK Documentation
Gets all attached appenders.

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

public AppenderCollection Appenders { get; }

Return Value

Type: AppenderCollection
A collection of attached appenders, or null if there are no attached appenders.

Implements

IAppenderAttachable Appenders
Remarks

The read only collection of all currently attached appenders.

See Also