MCPcopy Create free account
hub / github.com/PaystackOSS/paystack-mcp-server / info

Method info

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

Source from the content-addressed store, hash-verified

120 }
121
122 info(message: string, meta?: any) {
123 // Disabled for MCP stdio communication
124 if (this.shouldLog(LogLevel.INFO)) {
125 console.error(this.formatLog(LogLevel.INFO, message, meta));
126 }
127 }
128
129 warn(message: string, meta?: any) {
130 // Disabled for MCP stdio communication

Callers 1

logToolCallMethod · 0.95

Calls 3

shouldLogMethod · 0.95
formatLogMethod · 0.95
errorMethod · 0.80

Tested by

no test coverage detected