Attaches this plugin to a ILoggerRepository.
Namespace: log4net.PluginAssembly: log4net (in log4net.dll) Version: 1.2.15.0 (1.2.15.0)
Syntax
Parameters
- repository
- Type: log4net.Repository ILoggerRepository
The ILoggerRepository that this plugin should be attached to.
Implements
IPlugin Attach(ILoggerRepository)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