Colorful Node.js logging — console levels + optional file output.
- Site: loglestial.vercel.app
- Pair: @techlestial/gitlestial
npm i @techlestial/loglestialimport Loglestial from "@techlestial/loglestial";
const logger = Loglestial.init();
logger.info("ready");
logger.error("failed", new Error("reason"));npm install
npm test
npm run buildMIT · @techlestial