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

Method log

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

Source from the content-addressed store, hash-verified

112 }
113
114 static log(...args) {
115 logger.info(Logger.getStackTrace(), ...args);
116 }
117
118 static info(...args) {
119 logger.info(Logger.getStackTrace(), ...args);

Callers 3

useMethod · 0.80
loggerFunction · 0.80
jest.config.tsFile · 0.80

Calls 2

infoMethod · 0.80
getStackTraceMethod · 0.80

Tested by

no test coverage detected