MCPcopy
hub / github.com/microsoft/SandDance / log

Function log

docs/app/js/sanddance-app.js:59130–59132  ·  view source on GitHub ↗
(msg)

Source from the content-addressed store, hash-verified

59128 if ((0, _env.global).console && (0, _env.global).console.error) (0, _env.global).console.error(msg);
59129}
59130function log(msg) {
59131 if ((0, _env.global).console && (0, _env.global).console.log) (0, _env.global).console.log(msg);
59132}
59133function synthesizeGLError(err, opt_msg) {
59134 glErrorShadow[err] = true;
59135 if (opt_msg !== undefined) error(opt_msg);

Callers 8

OESVertexArrayObjectFunction · 0.70
panLogFunction · 0.70
zoomLogFunction · 0.70
arsinhFunction · 0.70
arcoshFunction · 0.70
warnFunction · 0.70
infoFunction · 0.70
debugFunction · 0.70

Calls 6

visitPointsFunction · 0.70
olsFunction · 0.70
rSquaredFunction · 0.70
loggishFunction · 0.70
logMethod · 0.45
warnMethod · 0.45

Tested by

no test coverage detected