MCPcopy Create free account
hub / github.com/Noumena-Network/code / logVerbose

Function logVerbose

src/bridge/bridgeUI.ts:351–355  ·  view source on GitHub ↗
(message: string)

Source from the content-addressed store, hash-verified

349 },
350
351 logVerbose(message: string): void {
352 if (verbose) {
353 printLog(chalk.dim(`[${timestamp()}] ${message}`) + '\n')
354 }
355 },
356
357 logError(message: string): void {
358 printLog(chalk.red(`[${timestamp()}] Error: ${message}`) + '\n')

Callers

nothing calls this directly

Calls 2

printLogFunction · 0.85
timestampFunction · 0.85

Tested by

no test coverage detected