method LogAuditStorage.prototype.isHealthy
Since 0.6.0
LogAuditStorage.prototype.isHealthy(): Promise<boolean>

Lifecycle truth: the sink is the resolved ILogger, which is in-process, so reachability IS readiness. Where that logger's own transport goes is the logger's health to report, not this backend's.

Return Type

Promise<boolean>

true when a logger is configured

Usage

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