Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 583 Bytes

File metadata and controls

32 lines (22 loc) · 583 Bytes

@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