PluginSkeleton Attach Method Apache log4net™ SDK Documentation
Attaches this plugin to a ILoggerRepository.

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

public virtual void Attach(
	ILoggerRepository repository
)

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