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

Method error

packages/integration-discord/src/utils/logger.ts:31–33  ·  view source on GitHub ↗
(json: object)

Source from the content-addressed store, hash-verified

29 this.info(json);
30 }
31 error(json: object): void {
32 this.logger.error(this.format('ERROR', json));
33 }
34 warn(json: object): void {
35 this.logger.warn(this.format('WARN', json));
36 }

Callers 6

initializeBotFunction · 0.95
onThreadUpdateFunction · 0.95
onMessageCreateFunction · 0.95
onMessageUpdateFunction · 0.95
onMessageDeleteFunction · 0.95
onThreadCreateFunction · 0.95

Calls 2

formatMethod · 0.95
errorMethod · 0.65

Tested by

no test coverage detected