I don’t understand how to use log.history in Paul Irish’s lightweight wrapper for console.log.
I don’t understand how to use log.history in Paul Irish’s lightweight wrapper for console.log
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Just include the JS in your page. Something like this:
HTML
JavaScript
This gives you a reverse-chronological history of everything that’s been logged, stored in
log.history. Want to see the first thing logged?Want to the the last thing logged?