MCPcopy Index your code
hub / github.com/alibaba/lowcode-engine / log

Method log

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

* normal log output

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

Source from the content-addressed store, hash-verified

43 * normal log output
44 */
45 log(...args: any | any[]): void {
46 this[innerLoggerSymbol].log(...args);
47 }
48}

Callers

nothing calls this directly

Calls 1

logMethod · 0.65

Tested by

no test coverage detected