Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Linen-dev/linen.dev
/ error
Method
error
packages/utilities/src/logger.ts:24–26 ·
view source on GitHub ↗
(json: object)
Source
from the content-addressed store, hash-verified
22
this.logger.info(this.prefix + util.format(
'%j'
, json));
23
}
24
error(json: object): void {
25
this.logger.error(this.prefix + util.format(
'%j'
, json));
26
}
27
log(json: object): void {
28
this.info(json);
29
}
Callers
nothing calls this directly
Calls
2
format
Method · 0.80
error
Method · 0.65
Tested by
no test coverage detected