In codeigniter i want to receive error logs via email. For example, if any error message occurs on my website , i want to get an email about it.
How can i achieve it?
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.
Create a custom Error Handler: http://php.net/manual/en/function.set-error-handler.php
This way you can do whatever you want with errors … email, write to a log etc…