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

Method error

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

Source from the content-addressed store, hash-verified

137 }
138
139 public error(value: any) {
140 this.console(value, Type.ERROR);
141 }
142
143 public verbose(value: any) {
144 this.console(value, Type.VERBOSE);

Callers 15

bootstrapFunction · 0.95
onUnexpectedErrorFunction · 0.95
runWithProvider.jsFile · 0.80
getConnectionMethod · 0.80
getMethod · 0.80
hGetMethod · 0.80
setMethod · 0.80
hSetMethod · 0.80
hasMethod · 0.80
deleteMethod · 0.80
hDeleteMethod · 0.80
deleteAllMethod · 0.80

Calls 1

consoleMethod · 0.95

Tested by

no test coverage detected