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

Namespace: log4net.Repository
Assembly: log4net (in log4net.dll) Version: 2.0.8.0-.NET 4.0
Syntax

public abstract IAppender[] GetAppenders()

Return Value

Type: IAppender
All the Appenders

Implements

ILoggerRepositoryGetAppenders
Remarks

Returns all the Appenders that are configured as an Array.

See Also

Reference