Interface IExtendedLoggerPlugin
Plugin for the entity-based extended logging system; its task is to take a log document and save it somewhere safe
Namespace: SuperOffice.Plugins.CRM
Assembly: SuperOffice.Plugins.dll
Syntax
public interface IExtendedLoggerPlugin
Methods
LogItem(object)
Save this log item
Declaration
void LogItem(object logDocument)
Parameters
| Type | Name | Description |
|---|---|---|
| object | logDocument | Either a Dictionary<string, object> that represents a dynamic JSON structure, or a class to be JSOM serialized |