Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Linen-dev/linen.dev
/ info
Method
info
packages/utilities/src/logger.ts:21–23 ·
view source on GitHub ↗
(json: object)
Source
from the content-addressed store, hash-verified
19
this._timeStamps = {};
20
}
21
info(json: object): void {
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
}
Callers
1
log
Method · 0.95
Calls
2
format
Method · 0.80
info
Method · 0.65
Tested by
no test coverage detected