Skip to content

Commit 2533d29

Browse files
authored
update readme
update readme
1 parent 9bb7d4d commit 2533d29

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,11 @@
11
# codeigniterCustomLogSystem
22
this is very simple to implement to create custom log system for your codeigniter application
3+
4+
##Keep the MY_Log.php into /application/librarires/ folder
5+
##Add this class to autoload.php
6+
##update config.php
7+
```$config['log_threshold'] = 3;
8+
$config['exclude_logging'] = array(E_STRICT,E_NOTICE);
9+
```
10+
11+

0 commit comments

Comments
 (0)