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

Method info

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

Source from the content-addressed store, hash-verified

116 }
117
118 static info(...args) {
119 logger.info(Logger.getStackTrace(), ...args);
120 }
121
122 static warn(...args) {
123 logger.warn(Logger.getStackTrace(), ...args);

Callers 6

bootstrapFunction · 0.80
logMethod · 0.80
accessMethod · 0.80
interceptMethod · 0.80
catchMethod · 0.80
TabsLayoutFunction · 0.80

Calls 1

getStackTraceMethod · 0.80

Tested by

no test coverage detected