WP-Logs integrates with Notifo - Shockoe : Mobile and Web applications
Close

WP-Logs integrates with Notifo

Blog | Comments Off
WP-Logs integrates with Notifo

Having detailed logs of how your services are being used is important, but sometimes it’s nice to have immediate notifications of critical events. Enter Notifo, the super-easy-to-use push notification service.

We recently updated WP-Logs to support the Notifo service so you can now receive notices just about anywhere. We have some of ours going straight to phone, email, and growl.

WP-Notifo is required and must be configured properly. After you’re all setup, use it with WP-Logs by adding the ‘notifo’ key to your event call; i.e.:

$EventLog = new EventLog(array(
    'event' => 'New post',
    'text' => 'A user created a new post',
    'notifo' => true
));

 

Comments are closed.