Method LogDataInserted
LogDataInserted<T>(ILogger, PrimaryKeys<T>)
Logs the data inserted event.
public static void LogDataInserted<T>(this ILogger logger, PrimaryKeys<T> primaryKey)
Parameters
logger
ILoggerThe logger instance.
primaryKey
PrimaryKeys<T>The primary key.
Type Parameters
T
The type of the primary key.