No description
Find a file
Mathew Kurian 5c4e3b6c89 Merge pull request #37 from guillaumewuip/fix-logFolder
Allow one log folder for multiple consoles
2015-01-24 10:30:37 -06:00
__misc Update README with gif and new termianl png 2014-12-25 19:39:34 +01:00
examples Remove whitespace 2015-01-24 09:24:34 +01:00
herokuapp Ribbon fix attempt 2 2015-01-13 17:30:03 -06:00
lib Allow one log folder for multiple consoles 2015-01-24 09:09:52 +01:00
static Add css loader for logs viewer 2015-01-15 10:30:57 +01:00
.gitignore Updating gitignore 2015-01-01 17:58:09 -06:00
.jshintrc Edit jshintrc for angular js files 2014-11-01 12:25:17 +01:00
.travis.yml Removing older nodejs versions from travis 2015-01-13 12:00:35 -06:00
LICENSE-MIT Adding tests and cleaning up directories 2014-08-01 02:28:44 -05:00
package.json Updating version 2015-01-18 22:30:21 -06:00
Procfile Revert "Heroku idle fix" 2014-12-24 03:15:09 -06:00
README.md Update README.md 2015-01-14 01:08:42 -06:00
scribe.js Remove trailing whitespace 2014-12-20 10:09:14 +01:00

npm version Build Status

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