ci-log4php
ci-log4php copied to clipboard
Integration CodeIgniter and log4php
Can you modify this so that you can use the array config format? Using properties or XML do not allow you to dynamically assign variables from PHP. So for instance,...
this is the file path: /var/logs/wupos/WUPOS.log, the file is created but no contents. It's working in Windows 7 xampp
Easy fix described here. http://www.pradosoft.com/forum/index.php?topic=64.msg14777
Added support for multiple loggers. log4php.xml is the default file for fetching properties as the ini format does not support all features. new file: ci_app/application/config/log4php.xml modified: ci_app/application/helpers/log4php_helper.php modified: ci_app/application/libraries/MY_Log.php