Gets an attached appender with the specified name.
Namespace: log4net.Util
Assembly: log4net (in log4net.dll) Version: 2.0.6.0-.NET 4.0
Syntax
Parameters
- name
- Type: SystemString
The name of the appender to get.
Return Value
Type: IAppenderThe appender with the name specified, or null if no appender with the specified name is found.
Implements
IAppenderAttachableGetAppender(String)Remarks
Lookup an attached appender by name.
See Also