PluginMap ClassApache log4net™ SDK Documentation
Map of repository plugins.
Inheritance Hierarchy

SystemObject
  log4net.PluginPluginMap

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

public sealed class PluginMap

The PluginMap type exposes the following members.

Constructors

  NameDescription
Public methodPluginMap
Constructor
Top
Properties

  NameDescription
Public propertyAllPlugins
Gets all possible plugins as a list of IPlugin objects.
Public propertyItem
Gets a IPlugin by name.
Top
Methods

  NameDescription
Public methodAdd
Adds a IPlugin to the map.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodRemove
Removes a IPlugin from the map.
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)
Top
Remarks

This class is a name keyed map of the plugins that are attached to a repository.

See Also

Reference