Log.js. A tiny tool that captures what your application is doing and lets you read those records in real time.

github.com/tj/log.js

Vaya's read on this project

Problem, audience, market, and the verdict — sign in to see it.

Updates

July 2017
  • Merge pull request #31 from RichardLitt/patch-2
  • Add license field to package.json
August 2013
  • Merge pull request #24 from repoify/add/repository
  • add repository field to readme
  • Merge pull request #23 from Zearin/patch-1
  • Readme.md: Edited for formatting, grammar, phrasing, and clarity
June 2013
  • Merge pull request #20 from silvinci/fix-log-level-rese
  • Fix log level reset
May 2013
  • Release 1.4.0
  • refactor
  • Merge pull request #16 from narqo/master
  • Use util#format for message formatting
January 2013
  • Release 1.3.1
  • Merge pull request #14 from greelgorke/reader_encoding
  • typo fixed
  • set encoding for reader to utf8
February 2012
  • Release 1.3.0
  • Merge pull request #9 from thakkar-rushikesh/master
  • Using new Date() instead of 'new Date().toString()' as suggested by v…
  • Showing time as per local Time Zone instead of GMT.