MCPcopy Create free account
hub / github.com/ProtonDriveApps/sdk /

Class

client/js/src/telemetry.ts:316–316  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

314 * Useful for machine processing.
315 */
316export class JSONLogFormatter implements LogFormatter {
317 format(log: LogRecord) {
318 if (log.error instanceof Error) {
319 return JSON.stringify({

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected