XmlHierarchyConfigurator.FindAppenderByReference Method 
      
     
    
       Parse appenders by IDREF. 
      
        [Visual Basic]
        Protected Function FindAppenderByReference( _
   ByVal 
appenderRef As 
XmlElement _
) As 
IAppender 
      
      Parameters
      
        - 
          appenderRef
        
- The appender ref element.
Return Value
      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
XmlHierarchyConfigurator Class | log4net.Repository.Hierarchy Namespace