Show / Hide Table of Contents

Interface ISoLoggerPlugin

Interface should be implemented for plugins wanting to do custom logging.

Namespace: SuperOffice.Diagnostics
Assembly: SOCore.dll
Syntax
public interface ISoLoggerPlugin : IPlugin

Methods

LogEntry(LogEntryInfo)

Called when logging a LogEntry

Declaration
void LogEntry(LogEntryInfo entry)
Parameters
Type Name Description
LogEntryInfo entry

LogQuery(LogEntryInfo, SqlCommandInfo)

Called when logging a LogQuery

Declaration
void LogQuery(LogEntryInfo entry, SqlCommandInfo sqlCommandInfo)
Parameters
Type Name Description
LogEntryInfo entry
SqlCommandInfo sqlCommandInfo

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