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

Class

src/utils/Logger.ts:37–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35type TransportType = 'stdio' | 'http' | 'sse';
36
37class Logger {
38 private serviceName: string;
39 private serverLogLevel: MCPLogLevel;
40 private transportType: TransportType;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected