Table of Contents

Method LogEditView

Namespace
Innova.Prism.Infrastructure.Logging
Assembly
Innova.Prism.Infrastructure.dll

LogEditView<T>(ILogger, string, PrimaryKeys<T>)

Logs the action of editing a view.

public static void LogEditView<T>(this ILogger logger, string header, PrimaryKeys<T> primaryKey)

Parameters

logger ILogger

The logger instance.

header string

The view header.

primaryKey PrimaryKeys<T>

The primary keys of the entity.

Type Parameters

T

The type of the entity.