Skip to content

Repository files navigation

Logger

A simple logger for your projects

const{ Logger,LEVEL}=require("@developmentcubed/logger");constlogger=Logger.createInstance();logger.level=LEVEL.debug;logger.debug("Hello yes this is a debug message");logger.info("Hello yes this is a info message with",3,"args");logger.success("Spoopy it was a success");logger.warning("Knock it off dude");logger.error("Errors everywhere");logger.notice("Notice me uwu");

What it looks like

About

A simple logger with log rotation and colours for your projects

Resources

Stars

0 stars

Watchers

2 watching

Forks

Releases

Packages

Contributors

Languages