An open API service indexing awesome lists of open source software.

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

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:

![Output](docs/images/ahlogger-html-ouput.png)