Hierarchy.BasicRepositoryConfigure Method 
      
     
    
       Initialize the log4net system using the specified appender 
      
        [Visual Basic]
        Protected Sub BasicRepositoryConfigure( _
   ByVal 
appender As 
IAppender _
)
 
      
        [C#]
        protected 
void BasicRepositoryConfigure(   
IAppender appender);
 
      Parameters
      
        - 
          appender
        
- the appender to use to log all logging events
Remarks
             This method provides the same functionality as the Configure method implemented on this object, but it is protected and therefore can be called by subclasses. 
            See Also
Hierarchy Class | log4net.Repository.Hierarchy Namespace