LoggedLogLevel type

Names of the ILogger methods logged() can use to record a caught error.

Signature:

export type LoggedLogLevel = 'info' | 'log' | 'warn' | 'error';

Remarks

ILogger is declared by @imqueue/core and is not re-exported here — import it from that package if you need the type. A plain console satisfies it.

Read this page as plain markdown — no HTML, no navigation. For pasting into an LLM, or for an agent to fetch.