MCPcopy Index your code
hub / github.com/Linen-dev/linen.dev / error

Method error

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

Source from the content-addressed store, hash-verified

1export interface Logger {
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;

Callers 15

llmQuestionFunction · 0.95
discord-sync.tsFile · 0.65
errorMethod · 0.65
queryThreadsMethod · 0.65
server.tsFile · 0.65
env.tsFile · 0.65
ApiClientClass · 0.65
inbound.tsFile · 0.65
inbound.tsFile · 0.65
index.tsFile · 0.65
taskFunction · 0.65

Implementers 1

Loggerpackages/utilities/src/logger.ts

Calls

no outgoing calls

Tested by

no test coverage detected