Looks for the appender with the specified name.
Namespace: log4net.Appender
Assembly: log4net (in log4net.dll) Version: 2.0.6.0-.NET 4.0
Syntax
Parameters
- name
- Type: SystemString
The name of the appender to lookup.
Return Value
Type: IAppenderThe appender with the specified name, or null.
Implements
IAppenderAttachableGetAppender(String)Remarks
Get the named appender attached to this buffering appender.
See Also