We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How do i customize profiler log by prepending/appending custom text or wrapping the line in a custom text?
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
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
No branches or pull requests
How do i customize profiler log by prepending/appending custom text or wrapping the line in a custom text?
The text was updated successfully, but these errors were encountered: