zeed
    Preparing search index...

    Function logCaptureConsole

    • Overrides the global console methods to capture log messages and forward them to the provided logger. Also captures window errors and unhandled rejections and logs them using the provided logger.

      Parameters

      • log: LoggerInterface

        The logger to which the captured log messages will be forwarded.

      Returns void