dg / dibi

Dibi - smart database abstraction layer
https://dibiphp.com
Other
487 stars 135 forks source link

Customize profiler log? #446

Open aolko opened 8 months ago

aolko commented 8 months ago

How do i customize profiler log by prepending/appending custom text or wrapping the line in a custom text?

eydun commented 8 months ago

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.

aolko commented 8 months ago

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?

eydun commented 8 months ago

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