zello
v1.0.1
Published
Easy to use logger with tons of options
Downloads
2
Maintainers
Readme
Zello
Easy to use logger with tons of options
Quick Start
const zello = require("zello");
zello.custom("Magic!", {
color: "blue", // color the text will appear
text: "alert", // what the text will state
});
Methods
info();
warning();
success();
error();
custom();