AOEpeople/FireGento_Logger

Name: FireGento_Logger

Owner: AOE

Description: Framework for different logging adapters for Magento.

Created: 2014-03-06 13:07:50.0

Updated: 2014-07-01 17:59:45.0

Pushed: 2014-07-02 13:18:48.0

Homepage:

Size: 791

Language: PHP

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Magento Module Advanced Logger

The purpose of this project is to have a simple framework for different logging adapters.

Originally developed as Hackathon_Logger but moved forewards and will now actively supported by firegento community.

See the Usage Chapter below to see how to use it.

Installation Instructions
Via modman
Via composer

...
"require": {
    "firegento/logger":"*"
},
"repositories": [
    {
        "type": "composer",
        "url": "http://packages.firegento.com"
    }
],
"extra":{
    "magento-root-dir": "./"
}

Manually
Installation in ALL CASES
Uninstallation

Usage

Configure the different loggers in System > Configuration > Advanced > Firegento Logger

Further Information
Core Contributors
  • Karl Spies
  • Christoph
  • Christian
  • Claas
  • Damian Luszczymak
  • Colin
  • Marco Becker
  • Nicolai Essig
  • Daniel Kröger
Current Status of Project

Complete, working logger interfaces:

  • File (Magento default)
  • File (Advanced Format)
  • E-Mail
  • Database
  • XMPP (Jabber, Google Talk)
  • Graylog2
  • RSyslog (UDP)
  • Loggly (UDP/HTTPS)
  • Chromelogger

It is possible to use Multiple-Targets!

Other Features
  • Log Live View (Like a tail in terminal)
  • Report View (Shows content of a report in backend)
Further work
External libraries

For XMPP we use https://github.com/cweiske/xmpphp.

How to contribute

Make a fork, commit to develop branch and make a pull request

Licence

GNU General Public License, version 3 (GPLv3)


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.