Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/evolution-foundation/evolution-api
/ warn
Method
warn
src/config/logger.config.ts:135–137 ·
view source on GitHub ↗
(value: any)
Source
from the content-addressed store, hash-verified
133
}
134
135
public warn(value: any) {
136
this.console(value, Type.WARN);
137
}
138
139
public error(value: any) {
140
this.console(value, Type.ERROR);
Callers
15
bootstrap
Function · 0.95
runWithProvider.js
File · 0.80
removeCreds
Function · 0.80
saveOnWhatsappCache
Function · 0.80
removeCreds
Function · 0.80
testProxy
Method · 0.80
onModuleDestroy
Method · 0.80
delete
Method · 0.80
removeInstance
Method · 0.80
noConnection
Method · 0.80
checkIgnoreJids
Method · 0.80
getSession
Method · 0.80
Calls
1
console
Method · 0.95
Tested by
no test coverage detected