MCPcopy Index your code
hub / github.com/codeaashu/claude-code / logVerbose

Function logVerbose

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

Source from the content-addressed store, hash-verified

348 },
349
350 logVerbose(message: string): void {
351 if (verbose) {
352 printLog(chalk.dim(`[${timestamp()}] ${message}`) + '\n')
353 }
354 },
355
356 logError(message: string): void {
357 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