JavaScript Library To Display Console Logs In Desktop Notifications – Notification Logger

Category: Javascript , Notification , Recommended | October 14, 2016
Authorhkirat
Last UpdateOctober 14, 2016
LicenseMIT
Tags
Views615 views
JavaScript Library To Display Console Logs In Desktop Notifications – Notification Logger

Notification Logger is a lightweight JavaScript library that has the ability to send console messages to the HTML5 desktop notifications.

How to use it:

Download and import the main JavaScript library into the webpage.

<script src="notification-logger.js"></script>

Initialize the notification logger.

logger.init

Display your console log in the desktop notification.

Console.log(body, title)

Display the console log in a desktop notification only.

logger.log(body, title)

You Might Be Interested In:


One thought on “JavaScript Library To Display Console Logs In Desktop Notifications – Notification Logger

Leave a Reply