Skip to content

memes2545/beautiful-logs.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A simple logger with colors!

Example

const logger = require("beautiful-logs.js")

// [BOOT] Booted!
logger.boot("Booted!")

// [WARN] Self-destruct initated.
logger.warn("Self-destruct initiated.")

// [SUCCESS] Success! Everything successfully ran!
logger.success("Success! Everything successfully ran!")

// [ERROR] Something went wrong!
logger.err("Something went wrong!")

// [INFO] Hey! You might want to edit your code!
logger.info("Hey! You might want to edit your code!")

// [COMMAND] Commanded to say 'yes'.
logger.command("Commanded to say 'yes'.")

Thanks to Fire for cleaning up my coding mess in the logger.js file.

About

A simple logger with colors!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors