| Apache log4net™ SDK Documentation - Microsoft .NET Framework 4.0 |
|
BufferingForwardingAppender.GetAppender Method
Looks for the appender with the specified name.
[Visual Basic]
Overridable Public Function GetAppender( _
ByVal
name As
String _
) As
IAppender _
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 buffering appender.
See Also
BufferingForwardingAppender Class | log4net.Appender Namespace