Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 936 Bytes

File metadata and controls

28 lines (21 loc) · 936 Bytes

nightingale-console

Deprecated: use ConsoleHandler from nightingale

Install

npm install --save nightingale

Usage

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

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