MCPcopy
hub / github.com/webpack/webpack / trace

Method trace

lib/logging/Logger.js:107–109  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

105 }
106
107 trace() {
108 this[LOG_SYMBOL](LogType.trace, ["Trace"]);
109 }
110
111 clear() {
112 this[LOG_SYMBOL](LogType.clear);

Callers 1

loggerFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected