Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 330 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 330 Bytes

codeigniterCustomLogSystem

this is very simple to implement to create custom log system for your codeigniter application

##Keep the MY_Log.php into /application/librarires/ folder ##Add this class to autoload.php ##update config.php

$config['exclude_logging'] = array(E_STRICT,E_NOTICE);