MCPcopy
hub / github.com/stackblitz/bolt.new / logger.ts

File logger.ts

app/utils/logger.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1export type DebugLevel = 'trace' | 'debug' | 'info' | 'warn' | 'error';
2
3type LoggerFunction = (...messages: any[]) => void;
4

Callers

nothing calls this directly

Calls 2

logFunction · 0.85
createScopedLoggerFunction · 0.85

Tested by

no test coverage detected