Working date rolling file appender.

This commit is contained in:
Gareth Jones
2012-09-25 08:16:59 +10:00
parent 9ac61e37f4
commit 2b889fe776
3 changed files with 164 additions and 0 deletions

17
test/with-dateFile.json Normal file
View File

@@ -0,0 +1,17 @@
{
"appenders": [
{
"category": "tests",
"type": "dateFile",
"filename": "test/date-file-test.log",
"pattern": "-from-MM-dd",
"layout": {
"type": "messagePassThrough"
}
}
],
"levels": {
"tests": "WARN"
}
}