MCPcopy
hub / github.com/KilledByAPixel/LittleJS / LOG

Function LOG

src/engineDebug.js:67–67  ·  view source on GitHub ↗

Log to console if debug is enabled, does nothing in release builds * @param {...Object} output - message output * @memberof Debug

(...output)

Source from the content-addressed store, hash-verified

65 * @param {...Object} output - message output
66 * @memberof Debug */
67function LOG(...output) { console.log(...output); }
68
69/** Draw a debug rectangle in world space
70 * @param {Vector2} pos

Callers 9

debugVideoCaptureStartFunction · 0.70
debugVideoCaptureStopFunction · 0.70
readSaveDataFunction · 0.70
writeSaveDataFunction · 0.70
glInitFunction · 0.70
constructorMethod · 0.50
callMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected