MCPcopy Create free account
hub / github.com/OpenHands/OpenHands / logService

Function logService

scripts/dev-static.mjs:92–95  ·  view source on GitHub ↗
(name, message, color = c.reset)

Source from the content-addressed store, hash-verified

90};
91
92function logService(name, message, color = c.reset) {
93 const ts = new Date().toISOString().split("T")[1].split(".")[0];
94 console.log(`${c.dim}${ts}${c.reset} ${color}[${name}]${c.reset} ${message}`);
95}
96
97function logStep(step, message) {
98 console.log(`${c.cyan}[${step}]${c.reset} ${message}`);

Callers 9

buildFrontendFunction · 0.90
spawnServiceFunction · 0.70
waitForServiceFunction · 0.70
startAgentServerFunction · 0.70
startAutomationBackendFunction · 0.70
startStaticServerFunction · 0.70
startIngressFunction · 0.70
shutdownFunction · 0.70
mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected