The purpose of this project is to have a simple framework for different logging adapters.
Install the module via modman modman clone [email protected]:magento-hackathon/Logger.git
Refresh the caches afterwards.
Then configure the different loggers in System > Configuration > Advanced > Advanced Logger
- Karl Spies
- Christoph
- Christian
- Claas
- Damian Luszczymak
- Colin
- Marco Becker
- Nicolai Essig
Complete, working logger interfaces:
- File (Magento default)
- File (Advanced Format)
- Database
- XMPP (Jabber, Google Talk)
- Graylog2
- Dropbox
It is possible to use Multiple-Targets!
- Log Live View (Like a tail in terminal)
- Report View (Shows content of a report in backend)
Review Dropbox implementation and improve it
For XMPP we use https://github.com/cweiske/xmpphp.