Parse appenders by IDREF.
Namespace: log4net.Repository.Hierarchy
Assembly: log4net (in log4net.dll) Version: 2.0.6.0-.NET 4.0
Syntax
Parameters
- appenderRef
- Type: System.XmlXmlElement
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