No description
Find a file
2015-01-01 13:04:51 -06:00
__misc Update README with gif and new termianl png 2014-12-25 19:39:34 +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 Add /api/timezoneOffset 2015-01-01 19:55:03 +01:00
static Update dates for timezone 2015-01-01 19:57:16 +01:00
.gitignore Add Gruntfile.js to gitignore for now 2015-01-01 17:21:15 +01:00
.jshintrc Edit jshintrc for angular js files 2014-11-01 12:25:17 +01:00
Gruntfile.js Add Gruntfile.js to gitignore for now 2015-01-01 17:21:15 +01:00
LICENSE-MIT Adding tests and cleaning up directories 2014-08-01 02:28:44 -05:00
package.json Update package.json 2014-12-25 13:11:46 -06:00
Procfile Revert "Heroku idle fix" 2014-12-24 03:15:09 -06:00
README.md Update README.md 2014-12-25 13:10:40 -06:00
scribe.js Remove trailing whitespace 2014-12-20 10:09:14 +01:00

Logo

Lightweight NodeJS Logging

#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