If possible, I'd like to display JavaScript console output in a log window that I developed for my application. There's a lot of solutions for posting messages to the console, but I couldn't find any that let you capture the console output.
I'm not even sure if this is possible. Is console output stored in an object at some level of the DOM?
Thanks in advance for any hints/suggestions.