Searched refs:tinylogLite (Results 1 – 1 of 1) sorted by relevance
5609 var tinylogLite = (function() { function5612 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 …]