initial refactoring to allow dependency injection

This commit is contained in:
csausdev
2010-12-04 17:47:30 +08:00
committed by Gareth Jones
parent a7006444b3
commit fc3d50846d
3 changed files with 178 additions and 0 deletions

View File

@@ -0,0 +1,28 @@
{
"appenders": [
{
"category": "tests",
"type": "logLevelFilter",
"level": "WARN",
"appender": {
"type": "file",
"filename": "tmp-tests-warnings.log",
"layout": {
"type": "messagePassThrough"
}
}
},
{
"category": "tests",
"type": "file",
"filename": "tmp-tests.log",
"layout": {
"type": "messagePassThrough"
}
}
],
"levels": {
"tests": "DEBUG"
}
}