Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
1
export
type
DebugLevel =
'trace'
|
'debug'
|
'info'
|
'warn'
|
'error'
;
2
3
type
LoggerFunction = (...messages: any[]) => void;
4
Callers
nothing calls this directly
Calls
2
log
Function · 0.85
createScopedLogger
Function · 0.85
Tested by
no test coverage detected