Hi devs In my app I have api module which handles request from remote system. What Im trying to do: - log some informations from api module in separate log file - dont log informations from api module in my original frontend log file - use factories.yml so I can use api actions class log method
I was sure that with "built in" ;) symfony flexibility I will accomplish that easy. I was wrong. My plan was to create my own api apiLogger class which extends sfFileLogger which will handle my custom "api" log priority. I think that the problem lies in stron coupling beetween sfFileLogger and sfLogger priorities definition. Someone of you may have some opinions on this subject? -- Best regards Lukasz Wojciechowski New Generation Software +48 602 214 629 http://www.ngsoft.pl --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
