I’m trying to find a good jQuery plugin that will log console errors to a file so I can track any errors users are experiencing.
Any ideas?
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.
Your only option is to put in place a function that would AJAX the info to your server, where you would then write it to a file on your local server. jQuery itself won’t magically write files to your server.