Skip to content

php class to add log actions during a request; the render methods generates a table with all messages and their duration

Notifications You must be signed in to change notification settings

axelhahn/ahlogger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.3

👤 Author: Axel Hahn
📄 Source: https://github.com/axelhahn/ahlogger
📜 License: GNU GPL 3.0
📗 Docs: https://www.axel-hahn.de/docs/ahlogger

Output

About

php class to add log actions during a request; the render methods generates a table with all messages and their duration

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages