MCPcopy 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

onMethod · 0.95
prependListenerMethod · 0.95
offMethod · 0.95
emitMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected