https://github.com/binaryage/firelogger
Firebug logging support for server side languages/frameworks (Python, PHP)
https://github.com/binaryage/firelogger
Last synced: 9 months ago
JSON representation
Firebug logging support for server side languages/frameworks (Python, PHP)
- Host: GitHub
- URL: https://github.com/binaryage/firelogger
- Owner: binaryage
- Created: 2008-11-28T13:18:46.000Z (about 17 years ago)
- Default Branch: master
- Last Pushed: 2022-04-26T15:22:46.000Z (over 3 years ago)
- Last Synced: 2025-03-26T10:48:11.352Z (10 months ago)
- Language: JavaScript
- Homepage: http://firelogger.binaryage.com
- Size: 14.9 MB
- Stars: 61
- Watchers: 6
- Forks: 13
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# FireLogger Addon
FireLogger is a sexy logger console integrated into [Firebug][firebug]. You'll need Firebug 1.4 or higher and iconv php module activated.
## Supported server-side languages
* **[FireLogger for Python][firelogger4py]** (production ready)
* **[FireLogger for PHP][firelogger4php]** (production ready)
* **[FireLogger for Coldfusion][firelogger4cfm]** (production ready)
* **[FireLogger for Java][webappender]** (production ready)
* _add your own here_ [Protocol description](https://github.com/binaryage/firelogger/wiki)
[firebug]: https://addons.mozilla.org/en-US/firefox/addon/1843
[firelogger4py]: https://github.com/binaryage/firelogger.py
[firelogger4php]: https://github.com/binaryage/firelogger.php
[firelogger4js]: http://github.com/darwin/firelogger.js
[firelogger4cfm]: http://cffirelogger.riaforge.org
[webappender]: https://github.com/clescot/webappender
