ankesh7 / notification-logger

Desktop notification for your console Logs

Home Page:https://hkirat.github.io/notification-logger

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Notification Logger npm version

Ever wondered why you have to open the console every time you want to want to log a variable?

Notification Logger helps provide desktop notification for your console messages.

During development, You have to check the browser's inspector periodically to see what your console.log()'s are saying.

With notification-logger, you can develop and debug web apps and see console messages as Desktop Notifications.

And it only adds ~100 lines to your project.

Demo

Screenshot

notification-logger

Installing

Methods


  • logger.init - Initialises the logger
  • logger.log - Logs the message via a Desktop Notification only
  • console.log - Logs the message via a Desktop Notification and in the browser console
  • logger.destroy - Reverts console.log to original functionality

Browser Support

Works best on latest versions of Google Chrome, Firefox and Safari.

About

Desktop notification for your console Logs

https://hkirat.github.io/notification-logger


Languages

Language:JavaScript 72.8%Language:HTML 27.2%