Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ReAPI-com/mcp-openapi
/ LogContext
Interface
LogContext
src/core/Logger.ts:1–3 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
export
interface
LogContext {
2
[key: string]: any;
3
}
4
5
export
interface
Logger {
6
debug(message: string, context?: LogContext): void;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected