Added a hookio appender, this allows you to run a 'master' log4js instance and 'worker' so only one process writes to file

This commit is contained in:
Danny Brain
2011-10-27 12:38:13 +11:00
parent 0aca64623e
commit 3b77a42706
3 changed files with 69 additions and 10 deletions

View File

@@ -6,23 +6,26 @@
"logging",
"log",
"log4j",
"node"
"node"
],
"main": "./lib/log4js",
"author": "Gareth Jones <gareth.jones@sensis.com.au>",
"bugs": {
"web": "http://github.com/csausdev/log4js-node/issues"
"web": "http://github.com/csausdev/log4js-node/issues"
},
"engines": [ "node >=0.4" ],
"scripts": {
"test": "vows test/*.js"
"test": "vows test/*.js"
},
"directories": {
"test": "test",
"lib": "lib"
},
"dependencies": {
"hook.io": "0.7.7"
},
"devDependencies": {
"vows": ">=0.5.2",
"sandboxed-module": ">= 0.1.1"
}
}
}