fixed to work with node 0.5.x

This commit is contained in:
Gareth Jones
2011-09-15 08:13:04 +10:00
parent 53a481d4da
commit 12e71bda4e
4 changed files with 18 additions and 37 deletions

View File

@@ -1,5 +1,7 @@
# log4js-node
NOTE: v0.3.8 of log4js is the last that will work with node versions older than 0.4. To use v0.3.9 you will need node 0.4 or later.
This is a conversion of the [log4js](http://log4js.berlios.de/index.html)
framework to work with [node](http://nodejs.org). I've mainly stripped out the browser-specific code
and tidied up some of the javascript. It includes a basic file logger, with log rolling based on file size, and also replaces node's console.log functions.