Table of Contents

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

logger ILogger

The logger instance.

Type Parameters

T

The type of the entity.