Skip to content

v0.3.0

Choose a tag to compare

@niden niden released this 14 Jul 18:25
bad3603

Added

  • A logger collector and Phalcon\DebugBar\Logger\Adapter. Attach the adapter to the application logger and every item logged through Phalcon\Logger is captured in the bar's "Logs" tab, separate from the manual messages collector. Each entry keeps the log level, message, and PSR-3 context; the context renders as a collapsible, pretty-printed JSON detail. Forwarding runs through the new DebugBar::addLog() and no-ops when the collector is disabled.