
Author: seb Date: Fri Sep 8 15:07:37 2006 New Revision: 536 Modified: logback/trunk/logback-site/src/site/xdocTemplates/shortIntro.xml Log: shortIntro now mentions the existence of the PropertiesTranslator webapp. chosen url: http://logback.qos.ch/PropertiesTranslator/ Modified: logback/trunk/logback-site/src/site/xdocTemplates/shortIntro.xml ============================================================================== --- logback/trunk/logback-site/src/site/xdocTemplates/shortIntro.xml (original) +++ logback/trunk/logback-site/src/site/xdocTemplates/shortIntro.xml Fri Sep 8 15:07:37 2006 @@ -983,7 +983,11 @@ XML format. </p> <p> - Let us give a taste of how this is done with the help of an + Log4j users can convert their <code>log4j.properties</code> files to logback xml configration files using + our <a href="http://logback.qos.ch/PropertiesTranslator/">PropertiesTranslator</a> webapp. + </p> + <p> + Let us give a taste of how logback configuration is done with the help of an imaginary application MyApp that uses logback. </p> <em>Example 1.4: Basic configuration (examples/chapter1/MyApp.java)</em>