IPluginName Property Apache log4net™ SDK Documentation
Gets the name of the plugin.

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

string Name { get; }

Property Value

Type: String
The name of the plugin.
Remarks

Plugins are stored in the PluginMap keyed by name. Each plugin instance attached to a repository must be a unique name.

See Also

Reference