MCPcopy Create free account
hub / github.com/alanagoyal/docbase / client-logger.ts

File client-logger.ts

lib/client-logger.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1type LogLevel = 'debug' | 'info' | 'warn' | 'error'
2
3const getLogLevel = (): LogLevel => {
4 if (typeof window !== 'undefined') {

Callers

nothing calls this directly

Calls 1

createClientLoggerFunction · 0.85

Tested by

no test coverage detected