richsage / RMSPushNotificationsBundle

NOT MAINTAINED! ⛔️ Push notifications/messages for mobile devices. Supports iOS, Android (C2DM, GCM), Blackberry and Windows Mobile (toast only). A Symfony2 bundle.
MIT License
321 stars 152 forks source link

Standardise on PSR logger interface #125

Closed richsage closed 8 years ago

richsage commented 8 years ago

This removes the reliance/expectation on Monolog being the logger, and moves to using the PSR LoggerInterface. It then updates the relevant methods being called for error logging accordingly.