thatkookooguy / Scribe.js

:scroll: Node.js logging made simple! Online access to logs and more...

Home Page:https://bluejamesbond.github.io/Scribe.js/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

npm version Build Status

Logo

Lightweight NodeJS Logging

UPDATE: Download Scribe 3.0 Alpha 10

#Overview

Unlike many of the libraries out there, Scribe.js allows logging on multiple files and is divided into folders by date. And it is possibly the easiest logging you can implement.

##WebPanel webPanel

##Terminal terminal

##Features

  • Allows you to use the console object (which provides easy integration with existing systems)
  • Save messages into JSON log files organized by user, date, and type or your custom rule
  • Print messages into console using customized colors (to indicate level of importance)
  • Adding context to logs such as time, tags, filename and line number
  • Handles logging Objects / Arrays
  • Log Express.js requests
  • Provides a developer API to access your logs
  • Features a rich HTML web panel to access logs from anywhere in the world

#Live Demo You can access a live demo of the library here.

#Wiki

For examples, tests, and API refer to the Scribe.js Wiki.

#Installation

npm install scribe-js

#Contributors

About

:scroll: Node.js logging made simple! Online access to logs and more...

https://bluejamesbond.github.io/Scribe.js/

License:MIT License


Languages

Language:JavaScript 73.7%Language:CSS 17.5%Language:HTML 8.8%