Initialize the log4net system using the specified appenders
Namespace: log4net.Repository.Hierarchy
Assembly: log4net (in log4net.dll) Version: 2.0.6.0-.NET 4.0
Syntax
Parameters
- appenders
- Type: log4net.AppenderIAppender
the appenders to use to log all logging events
Remarks
This method provides the same functionality as the Configure(IAppender) method implemented on this object, but it is protected and therefore can be called by subclasses.
See Also