log4net SDK Documentation - Microsoft .NET Framework 4.0 |
|
AppenderAttachedImpl.GetAppender Method
Gets an attached appender with the specified name.
[Visual Basic]
NotOverridable Public Function GetAppender( _
ByVal
name As
String _
) As
IAppender _
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