Logs a fine-grained diagnostic message useful during development.
The log message.
Optionalctx: Record<string, unknown>Optional structured context to attach to the entry.
Logs an error that occurred but did not necessarily halt operation.
The log message.
Optionalctx: Record<string, unknown>Optional structured context to attach to the entry.
Logs a fatal condition, typically preceding process termination.
The log message.
Optionalctx: Record<string, unknown>Optional structured context to attach to the entry.
Logs an informational message about normal operation.
The log message.
Optionalctx: Record<string, unknown>Optional structured context to attach to the entry.
Logs a warning about a recoverable or unexpected condition.
The log message.
Optionalctx: Record<string, unknown>Optional structured context to attach to the entry.
Structured logging interface accepted throughout RTCForge.
Remarks
Every method takes a message and an optional structured context object. Implementations decide how to serialize and route the output. Supply noopLogger to disable logging.