File: XmlCompactFileAsyncAppenderValidationTest.xml

package info (click to toggle)
apache-log4j2 2.0~beta9-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 9,572 kB
  • ctags: 9,291
  • sloc: java: 53,623; xml: 17,427; jsp: 21; sh: 11; makefile: 7
file content (14 lines) | stat: -rw-r--r-- 457 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?xml version="1.0" encoding="UTF-8"?>
<Configuration status="OFF">
  <Appenders>
    <File name="XmlFile" fileName="target/XmlCompactFileAsyncAppenderValidationTest.log.xml" immediateFlush="false" append="false">
      <XMLLayout complete="true" compact="true" charset="UTF-8"/>
    </File>
  </Appenders>
  
  <Loggers>
    <AsyncRoot level="info" includeLocation="false">
      <AppenderRef ref="XmlFile"/>
    </AsyncRoot>
  </Loggers>
</Configuration>