A friendly library for adding color to your logs 😃
const { info, log } = require("./index");
info(":wave: hey there!")
error(":bomb: Oh noes!")
action(":dizzy: doing something big!")
const yo = "oy";
log("a shorter console.log", { yo });| Name | Name | Last commit date | ||
|---|---|---|---|---|
A friendly library for adding color to your logs 😃
const { info, log } = require("./index");
info(":wave: hey there!")
error(":bomb: Oh noes!")
action(":dizzy: doing something big!")
const yo = "oy";
log("a shorter console.log", { yo });