Apache log4net� SDK Documentation - Microsoft .NET Framework 4.0

ILoggerRepository.GetAppenders�Method�

Returns all the Appenders that are configured as an Array.

[Visual�Basic]
Function�GetAppenders()�As�IAppender()
[C#]
IAppender[]�GetAppenders();

Return Value

All the Appenders

Remarks

Returns all the Appenders that are configured as an Array.

See Also

ILoggerRepository Interface | log4net.Repository Namespace