log4net SDK Reference

PluginMap Constructor 

Constructor

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

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