MCPcopy Create free account
hub / github.com/11ty/dev-server / log

Method log

client/reload-client.js:7–9  ·  view source on GitHub ↗
(message)

Source from the content-addressed store, hash-verified

5 }
6
7 static log(message) {
8 Util.output("log", message);
9 }
10 static error(message, error) {
11 Util.output("error", message, error);
12 }

Callers 7

cmd.jsFile · 0.80
cli.jsFile · 0.80
watcherMethod · 0.80
fullPageReloadMethod · 0.80
EleventyReloadClass · 0.80
initMethod · 0.80
reconnectMethod · 0.80

Calls 1

outputMethod · 0.80

Tested by

no test coverage detected