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

Method access

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

Source from the content-addressed store, hash-verified

136 }
137
138 static access(...args) {
139 const loggerCustom = Log4js.getLogger('http');
140 loggerCustom.info(Logger.getStackTrace(), ...args);
141 }
142
143 // 日志追踪,可以追溯到哪个文件、第几行第几列
144 static getStackTrace(deep = 2): string {

Callers 3

useMethod · 0.80
loggerFunction · 0.80
interceptMethod · 0.80

Calls 2

infoMethod · 0.80
getStackTraceMethod · 0.80

Tested by

no test coverage detected