Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
sendSingleMessage
Function · 0.80
sendFormattedText
Function · 0.80
sendMessageToBot
Method · 0.80
sendMessageToBot
Method · 0.80
processTypebot
Method · 0.80
sendMessageToBot
Method · 0.80
sendMessageToBot
Method · 0.80
sendMessageToBot
Method · 0.80
BaileysStartupService
Class · 0.80
initGlobalConsumer
Method · 0.80
initGlobalSubscriptions
Method · 0.80
Calls
1
console
Method · 0.95
Tested by
no test coverage detected