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

Class

Xmw_server/src/utils/log4js.ts:105–105  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

103logger.level = LoggerLevel.TRACE;
104
105export class Logger {
106 static trace(...args) {
107 logger.trace(Logger.getStackTrace(), ...args);
108 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected