Skip to content

belledev-eu/label-logger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

📜 Label Logger 📜

🚀 Installation 🚀

npm i label-logger

✨ Usage ✨

const Logger = require("label-logger");
const { info, debug, warn, error } = new Logger("My Logger");

info("LABEL", <your-data>);

License

MIT

About

Easy to use logging systems for your apps (JavaScript)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors