Initialize the repository using the specified appender
            
Namespace: log4net.RepositoryAssembly: log4net (in log4net.dll) Version: 1.2.14.0 (1.2.14.0)
Syntax
Parameters
- appender
 - Type: log4net.Appender IAppender
the appender to use to log all logging events 
Remarks
Configure the repository to route all logging events to the specified appender.
See Also