PluginSkeleton Name Property Apache log4net™ SDK Documentation
Gets or sets the name of the plugin.

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

public virtual string Name { get; set; }

Property Value

Type: OnlineString
The name of the plugin.

Implements

IPlugin Name
Remarks

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

The name of the plugin must not change one the plugin has been attached to a repository.

See Also