XmlHierarchyConfigurator FindAppenderByReference Method Apache log4net™ SDK Documentation
Parse appenders by IDREF.

Namespace: log4net.Repository.Hierarchy
Assembly: log4net (in log4net.dll) Version: 1.2.15.0 (1.2.15.0)
Syntax

protected IAppender FindAppenderByReference(
	XmlElement appenderRef
)

Return Value

Type: IAppender
The instance of the appender that the ref refers to.
Remarks

Parse an XML element that represents an appender and return the appender.

See Also