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

Method error

packages/utils/src/logger.ts:186–191  ·  view source on GitHub ↗
(...args: any[])

Source from the content-addressed store, hash-verified

184 return output('warn', this.bizName)(args);
185 }
186 error(...args: any[]): void {
187 if (!shouldOutput('error', this.targetLevel, this.bizName, this.targetBizName)) {
188 return;
189 }
190 return output('error', this.bizName)(args);
191 }
192}
193
194export { Logger };

Callers

nothing calls this directly

Calls 2

shouldOutputFunction · 0.85
outputFunction · 0.85

Tested by

no test coverage detected