MCPcopy
hub / github.com/apache/echarts / log

Function log

src/util/log.ts:43–45  ·  view source on GitHub ↗
(str: string, onlyOnce?: boolean)

Source from the content-addressed store, hash-verified

41}
42
43export function log(str: string, onlyOnce?: boolean) {
44 outputLog('log', str, onlyOnce);
45}
46
47export function warn(str: string, onlyOnce?: boolean) {
48 outputLog('warn', str, onlyOnce);

Callers 2

applySingleDataTransformFunction · 0.90
resizeMethod · 0.90

Calls 1

outputLogFunction · 0.85

Tested by

no test coverage detected