PluginMapAllPlugins Property Apache log4net™ SDK Documentation
Gets all possible plugins as a list of IPlugin objects.

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

public PluginCollection AllPlugins { get; }

Property Value

Type: PluginCollection
All possible plugins as a list of IPlugin objects.
Remarks

Get a collection of all the plugins defined in this map.

See Also

Reference