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

Method info

packages/types/src/logger.ts:2–2  ·  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;

Callers 15

typesenseSetupFunction · 0.95
typesenseDeletionFunction · 0.95
typesenseOnMessageUpdateFunction · 0.95
typesenseOnThreadUpdateFunction · 0.95
discordIntegrationFunction · 0.95
sitemapFunction · 0.95
webhookFunction · 0.95
syncFunction · 0.95
markAllAsReadTaskFunction · 0.95
twoWaySyncFunction · 0.95

Implementers 1

Loggerpackages/utilities/src/logger.ts

Calls

no outgoing calls

Tested by

no test coverage detected