Download the PHP package nella/monolog-tracy-bundle without Composer
On this page you can find all versions of the php package nella/monolog-tracy-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download nella/monolog-tracy-bundle
More information about nella/monolog-tracy-bundle
Files in nella/monolog-tracy-bundle
Package monolog-tracy-bundle
Short Description Tracy BlueScreen handler for Monolog - Symfony bundle
License MIT GPL-2.0-only GPL-3.0-only
Homepage https://github.com/pavelkucera/monolog-extensions-bundle
Informations about the package monolog-tracy-bundle
Tracy BlueScreen handler for Symfony (Monolog)
This package is not maintained anymore, you can use mangoweb/monolog-tracy-handler instead.
Sponzored by Shipito LLC.
Bundle providing mainly integration of Tracy into Symfony.
Are you looking for Monolog integration only? There is Monolog-Tracy.
Tracy - Blue Screen Handler
Long story short, Tracy helps you debug your applications when an error occurs providing you lots of information about what just happened. Check out live example and Tracy documentation to see the full power of this tool.
To replace default Symfony Bluescreen you can use Tracy Bluescreen Bundle fully compatible with this library.
Installation
Using Composer:
Register Bundle
Register a new Monolog handler
Configuration
Any error/exception making it to the top is automatically saved in %kernel.logs_dir%/tracy
. You can easily change the log directory,
see full configuration options below:
This works out of the box and also in production mode!
Tips
Log notices/warnings in production
Use Symfony parameter debug.error_handler.throw_at
: (see http://php.net/manual/en/function.error-reporting.php for possible values)
Using Tracy\Debugger::dump
To prevent forgotten dumps to appear on production you can simply change the mode like this:
All versions of monolog-tracy-bundle with dependencies
nella/monolog-tracy Version ~2.0
symfony/config Version ^4.3|^5.0
symfony/dependency-injection Version ^4.3|^5.0
symfony/expression-language Version ^4.3|^5.0
symfony/monolog-bundle Version ~3.0
symfony/yaml Version ^4.3|^5.0