Method LogPrint
- Namespace
- Innova.Prism.Infrastructure.Logging
- Assembly
- Innova.Prism.Infrastructure.dll
LogPrint<T>(ILogger, PrimaryKeys<T>)
Logs the action of printing.
public static void LogPrint<T>(this ILogger logger, PrimaryKeys<T> primaryKey)
Parameters
loggerILoggerThe logger instance.
primaryKeyPrimaryKeys<T>The primary keys of the entity.
Type Parameters
TThe type of the entity.