Logger for browser and node
To see the full documentation, go to https://www.npmjs.com/package/nightingale
To see the Logger API, go to https://christophehurpeau.github.io/nightingale/classes/nightingale_logger_src.logger.html
npm install --save nightingale-logger
import Logger from "nightingale-logger";
const logger = new Logger("mylib");
logger.info("This is a log");
logger.warn("This is a warning !");
logger.success("It works !");