Method LogShowView
- Namespace
- Innova.Prism.Infrastructure.Logging
- Assembly
- Innova.Prism.Infrastructure.dll
LogShowView<T>(ILogger, string, PrimaryKeys<T>)
Logs the action of showing a view.
public static void LogShowView<T>(this ILogger logger, string header, PrimaryKeys<T> primaryKey)
Parameters
logger
ILoggerThe logger instance.
header
stringThe view header.
primaryKey
PrimaryKeys<T>The primary keys of the entity.
Type Parameters
T
The type of the entity.