Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/axe-api/axe-api
/ error
Method
error
packages/axe-api/src/Services/LogService.ts:41–43 ·
view source on GitHub ↗
(message: string)
Source
from the content-addressed store, hash-verified
39
}
40
41
static error(message: string) {
42
LogService.logger.error(message);
43
}
44
45
static warn(message: string) {
46
LogService.logger.warn(message);
Callers
6
NewCommand.js
File · 0.80
start
Method · 0.80
listen
Method · 0.80
connect
Method · 0.80
SwaggerHandler.ts
File · 0.80
RequestHandler.ts
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected