MCPcopy
hub / github.com/parse-community/parse-server / logError

Function logError

benchmark/performance.js:32–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30// Logging helpers
31const logInfo = message => core.info(message);
32const logError = message => core.error(message);
33const logGroup = title => core.startGroup(title);
34const logGroupEnd = () => core.endGroup();
35

Callers 1

runBenchmarksFunction · 0.85

Calls 1

errorMethod · 0.80

Tested by

no test coverage detected