MCPcopy Create free account
hub / github.com/ReAPI-com/mcp-openapi / error

Method error

src/core/Logger.ts:58–60  ·  view source on GitHub ↗
(messageOrContext: string | LogContext, contextOrMessage?: LogContext | string)

Source from the content-addressed store, hash-verified

56 }
57
58 error(messageOrContext: string | LogContext, contextOrMessage?: LogContext | string) {
59 this.log('ERROR', messageOrContext, contextOrMessage);
60 }
61}

Callers

nothing calls this directly

Calls 1

logMethod · 0.95

Tested by

no test coverage detected