You are viewing a plain text version of this content. The canonical link for it is here.
Posted to docs@cocoon.apache.org by st...@outerthought.org on 2003/05/05 15:00:04 UTC

[WIKI-UPDATE] ConfiguringTheLogs Mon May 5 15:00:03 2003

Page: http://wiki.cocoondev.org/Wiki.jsp?page=ConfiguringTheLogs , version: 13 on Mon May  5 12:11:13 2003 by ReinhardPoetz

+ !!LF5TargetFactory
+ The LF5TargetFactory makes use of LogFactor5 - a Swing based GUI that leverages the power of log4j logging framework and provides developers with a sophisticated, feature-rich, logging interface for managing log messages.
+ 
+ More information can be found at the [log4j|http://jakarta.apache.org/log4j/docs/lf5/overview.html] docs.
+ 
+ Use the following example configuration in order to use the GUI:
+ {{{
+ <logkit>
+   <factories>
+     ...
+     <factory class="org.apache.avalon.excalibur.logger.factory.LF5TargetFactory" type="lf5"/>
+     ...
+   </factories>
+   <targets>
+     ...
+     <lf5 id="core"/>  
+   ...
+   </targets>
+   ...
+ </logkit>
+ }}}
+ 
+ Some notes:
+ * the GUI starts automatically after the first message is sent to this target
+ * be aware that the deault loglevel at logkit.xconf is ERROR
+