Skip to content
This repository has been archived by the owner on Mar 3, 2021. It is now read-only.

Latest commit

 

History

History
15 lines (12 loc) · 388 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 388 Bytes

neo-log

A simple console logger

  • supports different log levels (DEBUG | INFO | DEV | WARN | ERROR | OFF)
  • safe to use if browser console is not available
  • supports overriding the log level via magic URL string (overridden log level is saved in session cookie)

Usage & examples

See Logger.js

Installation via npm

$ npm install --save neo-log