CodeIgniter Forums
Log Levels are defined in wrong order? - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: Log Levels are defined in wrong order? (/showthread.php?tid=52923)



Log Levels are defined in wrong order? - El Forum - 07-02-2012

[eluser]arunoda[/eluser]
Codeigniter's Log Levels are defined in wrong order

It is currently defined as

* ERROR
* DEBUG
* INFO
* ALL

It should be corrected to

* ERROR
* INFO
* DEBUG
* ALL

I've started discussion on this on the github repo too. Here is a detailed explanation on this. http://tutorialcodeigniter.com/blog/log-level-fix.html

How you guys think about this?