MCPcopy Create free account
hub / github.com/evolution-foundation/evolution-api / debug

Method debug

src/config/logger.config.ts:147–149  ·  view source on GitHub ↗
(value: any)

Source from the content-addressed store, hash-verified

145 }
146
147 public debug(value: any) {
148 this.console(value, Type.DEBUG);
149 }
150
151 public dark(value: any) {
152 this.console(value, Type.DARK);

Callers 11

sendSingleMessageFunction · 0.80
sendFormattedTextFunction · 0.80
sendMessageToBotMethod · 0.80
sendMessageToBotMethod · 0.80
processTypebotMethod · 0.80
sendMessageToBotMethod · 0.80
sendMessageToBotMethod · 0.80
sendMessageToBotMethod · 0.80
initGlobalConsumerMethod · 0.80

Calls 1

consoleMethod · 0.95

Tested by

no test coverage detected