I'm creating a 'playground' that will allow users to explore various uses of a soon-to-be-supported CSS property.
In it, I'd really like to have users be able to see logs to the console (which I'll write into the source code), without their having to actually have the console open. In other words, I'd like to have a simple browser-console widget in my application.
Anyone have any idea of where to start?
I've been googling around, to no avail.
I'm using JavaScript and Knockout.js for the UI.
Thanks in advance!