MCPcopy
hub / github.com/colbymchenry/codegraph / logError

Function logError

src/errors.ts:238–240  ·  view source on GitHub ↗
(message: string, context?: Record<string, unknown>)

Source from the content-addressed store, hash-verified

236 * Log an error message
237 */
238export function logError(message: string, context?: Record<string, unknown>): void {
239 currentLogger.error(message, context);
240}

Callers

nothing calls this directly

Calls 1

errorMethod · 0.80

Tested by

no test coverage detected