MCPcopy 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

bindDependenciesMethod · 0.80
listenMethod · 0.80
GetCachePhase.tsFile · 0.80
buildMethod · 0.80
buildMethod · 0.80
putCacheFunction · 0.80
RequestHandler.tsFile · 0.80
resolveMethod · 0.80
resolveMethod · 0.80
validateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected