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

Method warn

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

Source from the content-addressed store, hash-verified

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;
8 cleanPrefix(): void;

Callers 11

warnMethod · 0.65
handleInboundFunction · 0.65
warnMethod · 0.65
timeLogMethod · 0.65
handleMatrixEventFunction · 0.65
getAccountSettingsFunction · 0.65
discordApiFunction · 0.65
fetchAllTopLevelMessagesFunction · 0.65
deleteMessageFunction · 0.65

Implementers 1

Loggerpackages/utilities/src/logger.ts

Calls

no outgoing calls

Tested by

no test coverage detected