Apache log4net� SDK Documentation - Microsoft .NET Framework 4.0

ForwardingAppender.GetAppender�Method�

Looks for the appender with the specified name.

[Visual�Basic]
Overridable�Public�Function�GetAppender( _
���ByVal name�As�String�_
)�As�IAppender�_
����Implements�IAppenderAttachable.GetAppender
[C#]
public�virtual�IAppender�GetAppender(
���stringname
);

Parameters

name
The name of the appender to lookup.

Return Value

The appender with the specified name, or null.

Implements

IAppenderAttachable.GetAppender

Remarks

Get the named appender attached to this appender.

See Also

ForwardingAppender Class | log4net.Appender Namespace