Show / Hide Table of Contents

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 : IPlugin

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

Extension Methods

EnumUtil.MapEnums<From, To>(From)
Converters.MapEnums<From, To>(From)
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top