Hi all, Monolog will soon have support [1] for FirePHP 1.0 [2] + DeveloperCompanion [3].
In anticipation, I did a basic patch showing what the integration with symfony could look like. I am looking for feedback and ideally a symfony core developer who can sponsor this feature and work with me to arrive at a solution that is suitable for the symfony codebase and community. https://github.com/symfony/symfony/pull/1160 You can see a screenshot of what things look like when inspecting a request here: http://screencast.com/t/GohZSWOUv The point that will probably need most discussion is how to add more intelligent logging code to the symfony codebase and sub-projects. e.g. (same code as depicted in the screenshot): https://github.com/symfony/symfony/pull/1160#L1R76 To reduce clutter in the code where logging calls are made we could abstract the Insight API specifically for symfony or choose to parse annotations or other code comments and inject more advanced logging calls. My point is if the advanced call to the Insight API is undesirable to have inline in the code there are solutions to get around that and still provide some or all of the benefit (thanks to the way symfony can juggle code). Looking forward to feedback! Thanks! Christoph P.S. Great job on the new symfony by the way. Especially how it addresses namespaces and solves resource optimization. [1] - https://github.com/Seldaek/monolog/pull/30 [2] - http://reference.developercompanion.com/#/Tools/FirePHPCompanion/Introduction/ [3] - http://developercompanion.com/ -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com You received this message because you are subscribed to the Google Groups "symfony developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/symfony-devs?hl=en
