Home
last modified time | relevance | path

Searched refs:tinylogLite (Results 1 – 1 of 1) sorted by relevance

/plugin/processing/
H A Dscript.js5609 var tinylogLite = (function() { function
5612 var tinylogLite = {},
5622 tinylogLite[log] = tinylog[log];
5824 tinylogLite[log] = createLog;
5856 tinylogLite[log](message);
5860 tinylogLite[log] = print;
5863 return tinylogLite;
5868 p.console = window.console || tinylogLite;
5873 tinylogLite.log(logBuffer.join(""));
5878 tinylogLite.log("");
[all …]