ILoggerRepository 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

IAppender[] GetAppenders()

Return Value

Type:  IAppender 
All the Appenders
Remarks

Returns all the Appenders that are configured as an Array.

See Also