Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alibaba/lowcode-engine
/ getLogger
Method
getLogger
packages/editor-core/src/event-bus.ts:37–43 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
35
}
36
37
private getLogger(): Logger {
38
if
(this.name && this.name.length > 0) {
39
return
moduleLogger;
40
}
else
{
41
return
logger;
42
}
43
}
44
45
/**
46
* 监听事件
Callers
4
on
Method · 0.95
prependListener
Method · 0.95
off
Method · 0.95
emit
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected