Table of Contents

Method LogListSearch

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

LogListSearch<T>(ILogger, string, string)

Logs the action of list filtering.

public static void LogListSearch<T>(this ILogger logger, string header, string message) where T : class

Parameters

logger ILogger

The logger instance.

header string

The list filter header.

message string

The list filter message.

Type Parameters

T

The type of the entity.

Remarks

The entity must be a class.