AnyLogger interface

Represents logger interface suitable to be injected into this library objects

Signature:

export interface AnyLogger 

Methods

Method

Description

error(args)

Unrecoverable problem, including exhausting the reconnect retry limit.

info(args)

Informational message: connection, listen and lock lifecycle events.

log(args)

General-purpose message, equivalent to console.log.

warn(args)

Recoverable problem — a failed reconnect attempt, or a payload rejected for exceeding the NOTIFY size limit.

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