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 loggedmessageOr, download and unzip the archive below, and install with:
$ npm i /path/to/loggedmessage