PluginMap Constructor Apache log4net™ SDK Documentation
Constructor

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

public PluginMap(
	ILoggerRepository repository
)

Parameters

repository
Type: log4net.RepositoryILoggerRepository
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

Reference