initial refactoring to allow dependency injection

This commit is contained in:
csausdev
2010-12-04 20:47:30 +11:00
parent 4c98346004
commit c5854b8b62
3 changed files with 178 additions and 0 deletions

16
test/log4js.json Normal file
View File

@@ -0,0 +1,16 @@
{
"appenders": [
{
"category": "tests",
"type": "file",
"filename": "tmp-tests.log",
"layout": {
"type": "messagePassThrough"
}
}
],
"levels": {
"tests": "WARN"
}
}