From: <zep...@us...> - 2007-01-18 14:31:57
|
Revision: 265 http://svn.sourceforge.net/pzfilereader/?rev=265&view=rev Author: zepernick Date: 2007-01-18 06:31:48 -0800 (Thu, 18 Jan 2007) Log Message: ----------- added section on SLF4J Modified Paths: -------------- trunk/src/site/index.xml Modified: trunk/src/site/index.xml =================================================================== --- trunk/src/site/index.xml 2007-01-18 14:29:09 UTC (rev 264) +++ trunk/src/site/index.xml 2007-01-18 14:31:48 UTC (rev 265) @@ -148,6 +148,27 @@ </pre></div> </subsection> + + <subsection name="Using SLF4J With PZFileReader"> + + <div class="source"><pre> + Slf4j is utilized to capture logging information that occurred during a parse. + By default, this information will be logged to the console. SLF supports the following loggers; log4j, jcl, nop, and jdk1.4. + Please go to http://www.slf4j.org to download the proper jar for your logging preference. Here is a typical SLF4j setup: + + SLF-api-XXX.jar + SLF-MyLoggerPreference.jar + MyLogger.jar (lo4j.jar for example) + + Here are the steps that would need to be taken for log4j: + + 1. Install log4j.jar + 2. Setup log4j.properties or log4j.xml + 3. Install SLF-api-XXX.jar + 4. Install SLF-log4j12-XXX.jar + + </pre></div> + + </subsection> + </section> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |