Skip to content

techlestial/loglestial

Repository files navigation

@techlestial/loglestial

Colorful Node.js logging — console levels + optional file output.

Install

npm i @techlestial/loglestial

Usage

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 build

MIT · @techlestial

About

📝 Loglestial - A logging library for NodeJS

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors