MCPcopy Create free account
hub / github.com/baiwumm/react-admin / debug

Method debug

Xmw_server/src/utils/log4js.ts:110–112  ·  view source on GitHub ↗
(...args)

Source from the content-addressed store, hash-verified

108 }
109
110 static debug(...args) {
111 logger.debug(Logger.getStackTrace(), ...args);
112 }
113
114 static log(...args) {
115 logger.info(Logger.getStackTrace(), ...args);

Callers

nothing calls this directly

Calls 1

getStackTraceMethod · 0.80

Tested by

no test coverage detected