mcatan 2004/05/24 21:47:25
Modified: docs introduction.dox Log: fixed formatting problems Revision Changes Path 1.6 +2 -2 logging-log4cxx/docs/introduction.dox Index: introduction.dox =================================================================== RCS file: /home/cvs/logging-log4cxx/docs/introduction.dox,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- introduction.dox 20 May 2004 10:12:49 -0000 1.5 +++ introduction.dox 25 May 2004 04:47:25 -0000 1.6 @@ -673,7 +673,7 @@ log4j.appender.stdout.layout=org.apache.log4j.PatternLayout # Pattern to output the caller's file name and line number. -log4j.appender.stdout.layout.ConversionPattern=%5p [%t] <strong>(%F:%L)</strong> - %m%n +log4j.appender.stdout.layout.ConversionPattern=\%5p [\%t] <strong>(\%F:\%L)</strong> - \%m\%n log4j.appender.<strong>R</strong>=org.apache.log4j.RollingFileAppender log4j.appender.R.File=example.log @@ -684,7 +684,7 @@ log4j.appender.R.MaxBackupIndex=1 log4j.appender.R.layout=org.apache.log4j.PatternLayout -log4j.appender.R.layout.ConversionPattern=%p %t %c - %m%n +log4j.appender.R.layout.ConversionPattern=\%p \%t \%c - \%m\%n </pre> </table>
