Skip to content
This repository has been archived by the owner on Apr 27, 2019. It is now read-only.
Guillaume Wuip edited this page Dec 25, 2014 · 4 revisions

Logo

#Introducing Scribe.js

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.

##Basic 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

##Special Features

  • 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
Clone this wiki locally