"Fossies" - the Fresh Open Source Software Archive

Member "apache-log4j-2.12.4-src/log4j-core/src/test/resources/JsonCompleteFileAppenderTest.xml" (20 Dec 2021, 415 Bytes) of package /linux/misc/apache-log4j-2.12.4-src.tar.gz:


As a special service "Fossies" has tried to format the requested source page into HTML format using (guessed) XML source code syntax highlighting (style: standard) with prefixed line numbers. Alternatively you can here view or download the uninterpreted source code file.

    1 <?xml version="1.0" encoding="UTF-8"?>
    2 <Configuration status="OFF">
    3   <Appenders>
    4     <File name="JsonFile" fileName="target/JsonCompleteFileAppenderTest.log" immediateFlush="true" append="false">
    5       <JSONLayout complete="true" charset="UTF-8"/>
    6     </File>
    7   </Appenders>
    8 
    9   <Loggers>
   10     <Root level="info" includeLocation="false">
   11       <AppenderRef ref="JsonFile"/>
   12     </Root>
   13   </Loggers>
   14 </Configuration>