Parse appenders by IDREF.
Namespace: log4net.Repository.HierarchyAssembly: log4net (in log4net.dll) Version: 1.2.15.0 (1.2.15.0)
Syntax
Parameters
- appenderRef
- Type: System.Xml XmlElement
The appender ref element.
Return Value
Type: IAppenderThe instance of the appender that the ref refers to.
Remarks
Parse an XML element that represents an appender and return the appender.
See Also