MCPcopy
hub / github.com/Linen-dev/linen.dev / log

Method log

packages/types/src/logger.ts:4–4  ·  view source on GitHub ↗
(json: object)

Source from the content-addressed store, hash-verified

2 info(json: object): void;
3 error(json: object): void;
4 log(json: object): void;
5 warn(json: object): void;
6 debug(json: object): void;
7 setPrefix(prefix: string): void;

Callers 15

jobFunction · 0.65
runFunction · 0.65
logFactoryFunction · 0.65
runFunction · 0.65
discord-sync.tsFile · 0.65
runFunction · 0.65
buildPagesFunction · 0.65
runFunction · 0.65
processUploadFunction · 0.65

Implementers 1

Loggerpackages/utilities/src/logger.ts

Calls

no outgoing calls

Tested by

no test coverage detected