Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
bootstrap
Function · 0.95
onUnexpectedError
Function · 0.95
runWithProvider.js
File · 0.80
getConnection
Method · 0.80
get
Method · 0.80
hGet
Method · 0.80
set
Method · 0.80
hSet
Method · 0.80
has
Method · 0.80
delete
Method · 0.80
hDelete
Method · 0.80
deleteAll
Method · 0.80
Calls
1
console
Method · 0.95
Tested by
no test coverage detected