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