method LogAuditStorage.prototype.query
LogAuditStorage.prototype.query(_criteria?: AuditQuery): Promise<StoredAuditEntry[]>

The log sink is the durable trail; read-back happens through the logging backend, not this object. Returns [].

Parameters

optional
_criteria: AuditQuery

Return Type

Promise<StoredAuditEntry[]>

Usage

import { LogAuditStorage } from "audit-plugin/src/index.ts";