log4net SDK Reference

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(
   string name
);

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