MCPcopy Create free account
hub / github.com/axe-api/axe-api / warn

Method warn

packages/axe-api/src/Services/LogService.ts:45–47  ·  view source on GitHub ↗
(message: string)

Source from the content-addressed store, hash-verified

43 }
44
45 static warn(message: string) {
46 LogService.logger.warn(message);
47 }
48
49 static info(message: string) {
50 LogService.logger.info(message);

Callers 4

RequestHandler.tsFile · 0.80
setModelHooksMethod · 0.80
filesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected