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

Method warn

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

Source from the content-addressed store, hash-verified

127 }
128
129 warn(message: string, meta?: any) {
130 // Disabled for MCP stdio communication
131 if (this.shouldLog(LogLevel.WARN)) {
132 console.error(this.formatLog(LogLevel.WARN, message, meta));
133 }
134 }
135
136 error(message: string, meta?: any) {
137 // Disabled for MCP stdio communication

Callers

nothing calls this directly

Calls 3

shouldLogMethod · 0.95
formatLogMethod · 0.95
errorMethod · 0.80

Tested by

no test coverage detected