Looks for the appender with the specified name.
Namespace: log4net.AppenderAssembly: log4net (in log4net.dll) Version: 1.2.15.0 (1.2.15.0)
Syntax
Parameters
- name
- Type: System String
The name of the appender to lookup.
Return Value
Type: IAppenderThe appender with the specified name, or null.
Implements
IAppenderAttachable GetAppender(String)Remarks
Get the named appender attached to this buffering appender.
See Also