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