Skip to content

Latest commit

 

History

History

nightingale-browser-console

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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)] }]);