RTCForge API Reference v1.1.1
    Preparing search index...

    Function consoleLogger

    • A Logger that writes to the console at or above minLevel. Handy as a sensible default (so silent drops and validation failures are visible) instead of noopLogger; swap in your own structured logger in production.

      Parameters

      • minLevel: LogLevel = 'warn'

        Lowest level to emit.

      Returns Logger

      'warn'