MCPcopy Index your code
hub / github.com/PaystackOSS/paystack-mcp-server / error

Method error

src/logger.ts:136–141  ·  view source on GitHub ↗
(message: string, meta?: any)

Source from the content-addressed store, hash-verified

134 }
135
136 error(message: string, meta?: any) {
137 // Disabled for MCP stdio communication
138 if (this.shouldLog(LogLevel.ERROR)) {
139 console.error(this.formatLog(LogLevel.ERROR, message, meta));
140 }
141 }
142
143 /**
144 * Log API request

Callers 8

parseMethod · 0.80
mainFunction · 0.80
index.tsFile · 0.80
getConfigFunction · 0.80
debugMethod · 0.80
infoMethod · 0.80
warnMethod · 0.80
startServerFunction · 0.80

Calls 2

shouldLogMethod · 0.95
formatLogMethod · 0.95

Tested by

no test coverage detected