1.3.0 • Published 3 years ago
@llath/logger v1.3.0
Built with
Use package
npm i @llath/logger
Example
const { log } = require("@llath/logger");
log("Connected to PORT", "info");
log("debugMessage(param)", "debug");
log("Something went wrong oops", "error");