ci-log4php icon indicating copy to clipboard operation
ci-log4php copied to clipboard

Integration CodeIgniter and log4php

Results 4 ci-log4php issues
Sort by recently updated
recently updated
newest added

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,...

Feature

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