Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/websocket_broadcastchannel/src/log.ts

Host-wide BroadcastChannel for Deno CLI, backed by WebSockets.
Latest
import * as websocketBroadcastchannel from "https://deno.land/x/websocket_broadcastchannel@0.8.0/src/log.ts";

Functions

Creates a logger with a label. Can extract relevant label from import.meta.url if supplied.

Interfaces

A https://deno.land/x/quiet_debug logger, with an extra method to create labelled sub-loggers.