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
logger
ILoggerThe logger instance.
primaryKey
PrimaryKeys<T>The primary keys of the entity.
Type Parameters
T
The type of the entity.