Plugin module base types.
| Class | Description | 
|---|---|
| PluginCollection | A strongly-typed collection of IPlugin objects. | 
| PluginMap | Map of repository plugins. | 
| PluginSkeleton | Base implementation of IPlugin | 
| RemoteLoggingServerPlugin | Plugin that listens for events from the RemotingAppender | 
| Interface | Description | 
|---|---|
| IPlugin | Interface implemented by logger repository plugins. | 
| IPluginFactory | Interface used to create plugins. |