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