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
{{ message }}
This repository was archived by the owner on Nov 8, 2022. It is now read-only.
Hello
I use your code with the Twig view.
When I write:
$this->app->render(); $this->app->log->debug('Writing a log message after page rendering.');I could read the log message in the debug bar, while if I don't use your code, but the raw DebugBar code, the message is never showed.
Why ?
Thank you in advance
Andrea