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