Skip to content

loggedmessage v1.2.0

Latest

Choose a tag to compare

@nickesc nickesc released this 26 Aug 23:27

The v1.2.0 release of loggedmessage, a simple logging utility.

This update rewrites infom() and warnm() to use console.info() and console.warn() respectively. Also adds a new dotenv config option, WARN_MESSAGE, to set the default warning message when no message is passed to warnm().

Install

Install loggedmessage with:

$ npm i loggedmessage

Or, download and unzip the archive below, and install with:

$ npm i /path/to/loggedmessage