Apache log4net� SDK Documentation - Microsoft .NET Framework 4.0

PluginMap�Constructor�

Constructor

[Visual�Basic]
Public�Sub�New( _
���ByVal repository�As�ILoggerRepository�_
)
[C#]
public�PluginMap(
���ILoggerRepositoryrepository
);

Parameters

repository
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

PluginMap Class | log4net.Plugin Namespace