Skip to content

IMediaMaticAuditLogger

Namespace: MJCZone.MediaMatic.AspNetCore.Auditing

Assembly: MJCZone.MediaMatic.AspNetCore

Summary

Interface for logging MediaMatic 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 MediaMatic operation for audit purposes.

csharp
Task LogOperationAsync(MediaMaticAuditEvent auditEvent)

Parameters

Returns

Type: Task

A task representing the asynchronous operation.