Method LogInsertView
- Namespace
- Innova.Prism.Infrastructure.Logging
- Assembly
- Innova.Prism.Infrastructure.dll
LogInsertView<T>(ILogger)
Logs the action of inserting a view.
public static void LogInsertView<T>(this ILogger logger)
Parameters
loggerILoggerThe logger instance.
Type Parameters
TThe type of the entity.