https://github.com/axelhahn/ahlogger
php class to add log actions during a request; the render methods generates a table with all messages and their duration
https://github.com/axelhahn/ahlogger
debugging php php-class
Last synced: 12 days ago
JSON representation
php class to add log actions during a request; the render methods generates a table with all messages and their duration
- Host: GitHub
- URL: https://github.com/axelhahn/ahlogger
- Owner: axelhahn
- Created: 2016-02-26T20:08:40.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2025-08-20T18:09:08.000Z (9 months ago)
- Last Synced: 2026-05-01T12:53:00.492Z (12 days ago)
- Topics: debugging, php, php-class
- Language: PHP
- Homepage:
- Size: 329 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# ahLogger
Debug logging during a client request.
With this you can
- measure any action
- find bottlenecks in your code.
You don't need to write any print_r and var_dump anymore and remove it
afterwards. Add _GET and _POST, and put a $oLog->add() at start and end
of any action you want to measure.
Compatible to PHP 8.4
👤 Author: Axel Hahn \
📄 Source: \
📜 License: GNU GPL 3.0 \
📗 Docs:
