Table of Contents

Method LogAction

Namespace
Innova.Data.Logging
Assembly
Innova.Data.dll

LogAction(ILogger, EventId, string, string)

Logs a custom action.

public static void LogAction(this ILogger logger, EventId eventId, string message, string primaryKeyJson)

Parameters

logger ILogger

The logger instance.

eventId EventId

The event ID.

message string

The message to log.

primaryKeyJson string

The serialized primary key in JSON format.