chinchang / screenlog.js

Bring console.log on the screen

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Preserve console functions

princejwesley opened this issue · comments

console functions should be preserved.

let clog = console.log;
..
function log() {
  ..
  clog.apply(console, arguments);
}
commented

Would like to see this too.

this has been fixed in #10 and is available in 0.1.3