log4net SDK Reference

AppenderAttachedImpl.GetAppender Method 

Gets an attached appender with the specified name.

[Visual Basic]
NotOverridable Public Function GetAppender( _
   ByVal name As String _
) As IAppender _
    Implements IAppenderAttachable.GetAppender
[C#]
public IAppender GetAppender(
   string name
);

Parameters

name
The name of the appender to get.

Return Value

The appender with the name specified, or null if no appender with the specified name is found.

Implements

IAppenderAttachable.GetAppender

Remarks

Lookup an attached appender by name.

See Also

AppenderAttachedImpl Class | log4net.Util Namespace