Deprecated: use NightingaleBrowserConsoleFormatter from nightingale
npm install --save nightingale
import { NightingaleBrowserConsoleFormatter } from "nightingale";
const formatter = new NightingaleBrowserConsoleFormatter("light");
formatter.format(record);