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)