MCPcopy 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.jsFile · 0.80
startMethod · 0.80
listenMethod · 0.80
connectMethod · 0.80
SwaggerHandler.tsFile · 0.80
RequestHandler.tsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected