MCPcopy 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

logMethod · 0.95

Calls 2

formatMethod · 0.80
infoMethod · 0.65

Tested by

no test coverage detected