Skip to content

arunoda/codeigniter-logfix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Log Level Order Fix for Codeigniter

Default Log levels for codeigniter has been declared as follows.

  • ERROR
  • DEBUG
  • INFO
  • ALL

This order is wrong and it should be correct as below

  • ERROR
  • INFO
  • DEBUG
  • ALL

This is a fix for that with extending core Log library

For more information visit - http://tutorialcodeigniter.com/blog/log-level-fix.html

Releases

No releases published

Packages

No packages published

Languages