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

Method warn

src/core/Logger.ts:10–10  ·  view source on GitHub ↗
(message: string, context?: LogContext)

Source from the content-addressed store, hash-verified

8 info(message: string, context?: LogContext): void;
9 info(context: LogContext, message: string): void;
10 warn(message: string, context?: LogContext): void;
11 warn(context: LogContext, message: string): void;
12 error(message: string, context?: LogContext): void;
13 error(context: LogContext, message: string): void;

Callers 3

setUpToolsMethod · 0.65
loadExistingCatalogMethod · 0.65
scanAndSaveMethod · 0.65

Implementers 1

ConsoleLoggersrc/core/Logger.ts

Calls

no outgoing calls

Tested by

no test coverage detected