On 31.05.2011 01:43, Christoph Dorn wrote: > 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).
I discussed this a bit with Christophe (Stof on github) and he's working on a patch for Monolog and Symfony now that should help a bit with that, at least allow logging of more context data along with the message, and then the loggers can choose to use or ignore the data. We'll have to see if this can provide enough to make Insight work. Cheers -- Jordi Boggiano @seldaek - http://nelm.io/jordi -- 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
