2013年6月7日星期五

Sameer Borate: Debugging Laravel with MonoLog and FirePHP


Sameer Borate has a new post to his site showing you how to debug a Laravel application with Monolog and FirePHP.



By default, Laravel is configured to create daily log files for your application, and are stored in app/storage/logs. All Laravel logging features are handled by the wonderful MonoLog library. Monolog includes various log handlers you can use - FirePHP, ChromePHP, CouchDB, Stream and many more. One of my favorites is FirePHP while debugging PHP apps.


Getting Monolog to write out to FirePHP is pretty easy and he includes the sample code to make it happen - basically pushing a "FirePHPHandler" into the Monolog instance and using it from there.


Link: http://www.codediesel.com/laravel/debuggin-laravel-with-monolog-and-firephp

没有评论:

发表评论