Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/axe-api/axe-api
/ debug
Method
debug
packages/axe-api/src/Services/LogService.ts:53–55 ·
view source on GitHub ↗
(message: string)
Source
from the content-addressed store, hash-verified
51
}
52
53
static debug(message: string) {
54
LogService.logger.debug(message);
55
}
56
57
static axe(message: string) {
58
(LogService.logger as any).axe(message);
Callers
15
bindDependencies
Method · 0.80
loadGeneralConfiguration
Method · 0.80
listen
Method · 0.80
GetCachePhase.ts
File · 0.80
build
Method · 0.80
build
Method · 0.80
putCache
Function · 0.80
cleanRelatedCachedObjectByModel
Function · 0.80
RequestHandler.ts
File · 0.80
resolve
Method · 0.80
resolve
Method · 0.80
validate
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected