You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
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.