Universal pretty and verbose logging
npm install @mvdlei/log
Use it without any configuration.
import { logger } from "@mvdlei/log"; // call with any parameters and then watch your console. logger.info; logger.debug; logger.log; logger.error; logger.warn;
log/index.ts