Added connect/express logger.

This commit is contained in:
Daniel Bell
2011-04-07 10:19:18 +10:00
parent 3f95e02cba
commit 59f7e0af3c
6 changed files with 328 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "log4js",
"version": "0.2.4",
"version": "0.2.5",
"description": "Port of Log4js to work with node.",
"keywords": [
"logging",
@@ -15,7 +15,7 @@
},
"engines": [ "node >=0.1.100" ],
"scripts": {
"test": "vows test/logging.js"
"test": "vows test/*.js"
},
"directories": {
"test": "test",