ILogger interface
Minimal logger interface accepted by this package. Structurally compatible with the console object and with @imqueue loggers, so any of them can be passed without depending on @imqueue/core.
Signature:
export interface ILogger
Methods
|
Method |
Description |
|---|---|
|
Unrecoverable problem. | |
|
Informational message. Used for cache hits, misses and trigger installation, and only emitted when | |
|
General-purpose message, equivalent to | |
|
Recoverable problem. Every swallowed cache error is reported at this level, so a redis outage shows up here rather than as a thrown error. |
Read this page as plain markdown — no HTML, no navigation. For pasting into an LLM, or for an agent to fetch.