"Fossies" - the Fresh Open Source Software Archive

Member "apache-log4j-2.12.4-src/log4j-core/src/test/resources/NanoTimeToFileTest.xml" (20 Dec 2021, 498 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="ERROR">
    3   <Appenders>
    4     <RandomAccessFile name="RandomAccessFile" fileName="target/NanoTimeToFileTest.log" 
    5                 immediateFlush="true" append="false">
    6       <PatternLayout>
    7         <Pattern>%N AND %nano AND %m%n</Pattern>
    8       </PatternLayout>
    9     </RandomAccessFile>
   10   </Appenders>
   11   
   12   <Loggers>
   13     <Root level="info" includeLocation="false">
   14       <AppenderRef ref="RandomAccessFile"/>
   15     </Root>
   16   </Loggers>
   17 </Configuration>