initial refactoring to allow dependency injection

This commit is contained in:
csausdev
2011-04-07 07:21:19 +08:00
committed by Gareth Jones
parent a7006444b3
commit fc3d50846d
3 changed files with 178 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
{
"appenders": [
{
"category": "tests",
"type": "file",
"filename": "tmp-tests.log",
"layout": {
"type": "messagePassThrough"
}
}
],
"levels": {
"tests": "WARN"
}
}