Table of Contents

Method LogQuickFind

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

LogQuickFind<T>(ILogger, string)

Logs the action of quick find.

public static void LogQuickFind<T>(this ILogger logger, string message)

Parameters

logger ILogger

The logger instance.

message string

The quick find message.

Type Parameters

T

The type of the entity.