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

Namespace: log4net.Plugin
Assembly: log4net (in log4net.dll) Version: 1.2.15.0 (1.2.15.0)
Syntax

void Attach(
	ILoggerRepository repository
)
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