PluginMap Constructor Apache log4net™ SDK Documentation
Constructor

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

public PluginMap(
	ILoggerRepository repository
)

Parameters

repository
Type: log4net.Repository ILoggerRepository
The repository that the plugins should be attached to.
Remarks

Initialize a new instance of the PluginMap class with a repository that the plugins should be attached to.

See Also