How to do error logging in CodeIgniter (PHP)
I want error logging in PHP CodeIgniter. How do I enable error logging?
I have some questions:
- What are all the steps to log an error?
- How is an error log file created?
- How to push the error message into log file (whenever an error occurs)?
- How do you e-mail that error to an email address?