nmmlm_log

Magento Extension
Download latest - 0.3.0

Developers

Gusev (Alex)

All the power of Apache Log4php Logging Framework now available for Magento developers courtesy of Praxigento. Take full control over your logging output. Eliminate all irrelevant information from your logs or get as much details as you need. Setup logging level and output files for different PHP classes on the fly. Easy configuration through XML config file.

Releases (3)

Date Version Notes
2012-12-12 0.3.0

Release 0.3.0 (2012/12/12):
- Log4php library is updated to version 2.3.0;
- Log4php library is moved to '/lib' folder;

2012-10-08 0.2.1

- missed file 'Nmmlm_Log.xml' is added to bundle;

2012-10-08 0.2.0

- Extension is moved to 'community' pool;
- Logger transforms its name from Magento style "Company_Module_Class" to Log4php style "Company.Module.Style";
- New memory appender is added to Log4php (appenders/LoggerAppenderMemory);
- Nmmlm_Log_Util class is added to extension;