dibi
dibi copied to clipboard
Customize profiler log?
How do i customize profiler log by prepending/appending custom text or wrapping the line in a custom text?
You can extend the FileLogger-class: https://github.com/dg/dibi/blob/master/src/Dibi/Loggers/FileLogger.php
or perhaps even better; use Tracy for logging.
You can extend the FileLogger-class: https://github.com/dg/dibi/blob/master/src/Dibi/Loggers/FileLogger.php
or perhaps even better; use Tracy for logging.
Hmmm, how about whoops? Can it handle that as well?
I do not know much about Whoops. I guess using Whoops would require more work.
For Tracy there is also Panel: https://github.com/dg/dibi/blob/master/src/Dibi/Bridges/Tracy/Panel.php