Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
log
Method · 0.65
Tested by
no test coverage detected