This repository was archived by the owner on Nov 8, 2022. It is now read-only.

Description
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