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

Function output

packages/utils/src/logger.ts:89–93  ·  view source on GitHub ↗
(logLevel: string, bizName: string)

Source from the content-addressed store, hash-verified

87};
88
89const output = (logLevel: string, bizName: string) => {
90 return (...args: any[]) => {
91 return outputFunction[logLevel]?.apply(console, getLogArgs(args, bizName, logLevel));
92 };
93};
94
95const getColor = (bizName: string) => {
96 if (!bizNameColorConfig[bizName]) {

Callers 5

debugMethod · 0.85
logMethod · 0.85
infoMethod · 0.85
warnMethod · 0.85
errorMethod · 0.85

Calls 2

getLogArgsFunction · 0.85
applyMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…