Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 1 KB

File metadata and controls

28 lines (21 loc) · 1 KB

nightingale-browser-console

Deprecated: use BrowserConsoleHandler from nightingale

Install

npm install --save nightingale

Usage

import { configure, levels, BrowserConsoleHandler } from "nightingale";

configure([{ handlers: [new BrowserConsoleHandler(Level.INFO)] }]);