Skip to content

IDapperMaticAuditLogger

Namespace: MJCZone.DapperMatic.AspNetCore.Auditing

Assembly: MJCZone.DapperMatic.AspNetCore

Summary

Interface for logging DapperMatic operations for audit purposes.

abstract public

Note: This is an interface that defines a contract. Look for implementing classes in the same or related namespaces.

Contents

Methods (1)

Methods

LogOperationAsync

Logs a DapperMatic operation for audit purposes.

csharp
Task LogOperationAsync(DapperMaticAuditEvent auditEvent)

Parameters

Returns

Type: Task

A task representing the asynchronous operation.