IPluginAttach Method Apache log4net™ SDK Documentation
Attaches the plugin to the specified ILoggerRepository.

Namespace: log4net.Plugin
Assembly: log4net (in log4net.dll) Version: 2.0.8.0-.NET 4.0
Syntax

void Attach(
	ILoggerRepository repository
)

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

Reference