Welcome Guest, Not a member yet? Register   Sign In
How to do error logging in CodeIgniter (PHP)
#4

CodeIgniter has some error logging functions built in.

Make your /application/logs folder writable
In /application/config/config.php set
$config['log_threshold'] = 1;
or use a higher number, depending on how much detail you want in your logs
Use log_message('error', 'Some variable did not contain a value.');
To send an email you need to extend the core CI_Exceptions class method log_exceptions(). You can do this yourself or use this. More info on extending the core here
Reply


Messages In This Thread
RE: How to do error logging in CodeIgniter (PHP) - by DunogRamers - 11-04-2022, 11:50 PM



Theme © iAndrew 2016 - Forum software by © MyBB