Attaches the plugin to the specified ILoggerRepository.
Namespace: log4net.Plugin
Assembly: log4net (in log4net.dll) Version: 2.0.6.0-.NET 4.0
Syntax
Parameters
- repository
- Type: log4net.RepositoryILoggerRepository
The ILoggerRepository that this plugin should be attached to.
Remarks
A plugin may only be attached to a single repository.
This method is called when the plugin is attached to the repository.
See Also