No description
Find a file
2014-12-25 03:38:52 -06:00
__misc New README 2014-12-20 15:16:54 +01:00
examples Prepping for heroku 2014-12-22 21:45:59 -06:00
herokuapp Just some housekeeping 2014-12-25 02:13:54 -06:00
lib Fixing null error; Updating herokuapp 2014-12-23 13:02:38 -06:00
static Fix secure links 2014-12-24 03:22:39 -06:00
.gitignore Add npm-debug to .gitignore 2014-11-01 12:24:53 +01:00
.jshintrc Edit jshintrc for angular js files 2014-11-01 12:25:17 +01:00
LICENSE-MIT Adding tests and cleaning up directories 2014-08-01 02:28:44 -05:00
package.json Updating package.json 2014-12-25 03:38:52 -06:00
Procfile Revert "Heroku idle fix" 2014-12-24 03:15:09 -06:00
README.md Updating image 2014-12-25 03:26:06 -06:00
scribe.js Remove trailing whitespace 2014-12-20 10:09:14 +01:00

Logo

Lightweight NodeJS Logging

#Overview

Sidebyside

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.

##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 git+https://github.com/bluejamesbond/Scribe.js.git

#Contributors