0.10.1 • Published 4 years ago

beautiful-logs.js v0.10.1

Weekly downloads
2
License
GPL-3.0
Repository
-
Last release
4 years ago

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.

0.10.0

4 years ago

0.10.1

4 years ago

0.9.1

4 years ago

0.9.0

4 years ago

0.8.0

4 years ago

0.7.1

6 years ago

0.7.0

6 years ago

0.6.0

6 years ago