Class ExtendedLoggerPluginAttribute
Marker attribute for IExtendedLoggerPlugin implementations; multiple plugins can coexist and are called in no particular order
Inherited Members
Namespace: SuperOffice.Plugins.CRM
Assembly: SuperOffice.Plugins.dll
Syntax
[AttributeUsage(AttributeTargets.Class)]
public class ExtendedLoggerPluginAttribute : PluginAttribute
Constructors
ExtendedLoggerPluginAttribute(string)
Mark a class as an implementation of IExtendedLoggerPlugin
Declaration
public ExtendedLoggerPluginAttribute(string name)
Parameters
Type | Name | Description |
---|---|---|
string | name | Plugin name, of no importance but needs to be unique |