Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Linen-dev/linen.dev
/ debug
Method
debug
packages/utilities/src/logger.ts:33–35 ·
view source on GitHub ↗
(json: object)
Source
from the content-addressed store, hash-verified
31
this.logger.warn(this.prefix + util.format(
'%j'
, json));
32
}
33
debug(json: object): void {
34
this.logger.debug(this.prefix + util.format(
'%j'
, json));
35
}
36
setPrefix(prefix: string) {
37
this.prefix = `[${prefix}] `;
38
}
Callers
nothing calls this directly
Calls
2
format
Method · 0.80
debug
Method · 0.65
Tested by
no test coverage detected