Look for the appender named as name
Namespace: log4net.Repository.HierarchyAssembly: 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 name specified, or null.
Implements
IAppenderAttachable GetAppender(String)Remarks
Returns the named appender, or null if the appender is not found.
See Also