MCPcopy Create free account
hub / github.com/PSPDFKit/nutrient-document-engine-mcp-server / critical

Method critical

src/utils/Logger.ts:127–129  ·  view source on GitHub ↗
(mcpServer: McpServer | null, message: string, context?: unknown)

Source from the content-addressed store, hash-verified

125 }
126
127 critical(mcpServer: McpServer | null, message: string, context?: unknown) {
128 this.writeLog('critical', mcpServer, message, context);
129 }
130
131 alert(mcpServer: McpServer | null, message: string, context?: unknown) {
132 this.writeLog('alert', mcpServer, message, context);

Callers

nothing calls this directly

Calls 1

writeLogMethod · 0.95

Tested by

no test coverage detected