Table of Contents

Class ILoggerExtensions

Namespace
Innova.Data.Logging
Assembly
Innova.Data.dll
public static class ILoggerExtensions
Inheritance
ILoggerExtensions

Methods

LogAction(ILogger, EventId, string, string)

Logs a custom action.

LogDataDeleted<T>(ILogger, PrimaryKeys<T>)

Logs the data deleted event.

LogDataDeleted<T>(ILogger, IEnumerable<PrimaryKeys<T>>)

Logs the data deleted event for multiple primary keys.

LogDataInserted<T>(ILogger, PrimaryKeys<T>)

Logs the data inserted event.

LogDataUpdated<T>(ILogger, PrimaryKeys<T>)

Logs the data updated event.