Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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.ts
File · 0.80
setModelHooks
Method · 0.80
setModelSerializations
Method · 0.80
files
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected