MCPcopy Create free account
hub / github.com/alibaba/lowcode-engine / debug

Method debug

packages/shell/src/api/logger.ts:17–19  ·  view source on GitHub ↗

* debug info

(...args: any | any[])

Source from the content-addressed store, hash-verified

15 * debug info
16 */
17 debug(...args: any | any[]): void {
18 this[innerLoggerSymbol].debug(...args);
19 }
20
21 /**
22 * normal info output

Callers

nothing calls this directly

Calls 1

debugMethod · 0.65

Tested by

no test coverage detected