interface QueueLogger
Since 0.1.0

Minimal logger surface the service reports through — structurally compatible with ILogger so the plugin can pass the resolved logger capability without this package depending on the logger plugin.

Methods

error(
message: string,
metadata?: Record<string, unknown>
): void

Logs at error severity.

Usage

import { type QueueLogger } from "queue-plugin/src/index.ts";