MCPcopy Create free account
hub / github.com/ChatLab/ChatLab / logInfo

Function logInfo

packages/node-runtime/src/import/perf-logger.ts:108–110  ·  view source on GitHub ↗
(message: string)

Source from the content-addressed store, hash-verified

106}
107
108export function logInfo(message: string): void {
109 writeLogLine(LogLevel.INFO, message)
110}
111
112export function getErrorCount(): number {
113 return errorCount

Callers

nothing calls this directly

Calls 1

writeLogLineFunction · 0.85

Tested by

no test coverage detected