notif_log
v1.0.0
Published
logs the js console as a desktop notif
Downloads
6
Readme
🛎️ notif_log.js
Are you tired of digging through the inspect element console to find your precious log messages? Say hello to NotifyLog.js – the JavaScript library that brings your logs right to your screen thru notifications!
🚀 What is notif_log.js?
notif_log.js is a JavaScript library that replaces those boring old and tedious process of checking the console.log
messages on broswer with eye-catching notifications.
😃 Features
- Instant Notifications: Get your log messages as browser notifications in real-time.
- Easy to Use: A simple and intuitive npm pack that anyone can use.
- Customizable: Customize the appearance and behavior of your notifications.
- Cross-Browser Support: Works seamlessly on all modern browsers.
📦 Installation
Install notif_log.js using npm:
npm i notif_log
1) include notif_log.js
2) Initialise with logger.init()
🛠️ Usage
Using notif_log.js is as easy as pie! Replace your console.log with the below and watch the magic happen.
- 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