LoggerRepositorySkeleton GetAppenders Method Apache log4net™ SDK Documentation
Returns all the Appenders that are configured as an Array.

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

public abstract IAppender[] GetAppenders()

Return Value

Type:  IAppender 
All the Appenders

Implements

ILoggerRepository GetAppenders 
Remarks

Returns all the Appenders that are configured as an Array.

See Also