MCPcopy 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

bootstrapFunction · 0.95
runWithProvider.jsFile · 0.80
removeCredsFunction · 0.80
saveOnWhatsappCacheFunction · 0.80
removeCredsFunction · 0.80
testProxyMethod · 0.80
onModuleDestroyMethod · 0.80
deleteMethod · 0.80
removeInstanceMethod · 0.80
noConnectionMethod · 0.80
checkIgnoreJidsMethod · 0.80
getSessionMethod · 0.80

Calls 1

consoleMethod · 0.95

Tested by

no test coverage detected