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 [].
optional
_criteria: AuditQuery
Promise<StoredAuditEntry[]>