Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
103
logger.level = LoggerLevel.TRACE;
104
105
export
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