<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to bugs</title><link>https://sourceforge.net/p/lofimo/bugs/</link><description>Recent changes to bugs</description><atom:link href="https://sourceforge.net/p/lofimo/bugs/feed.rss" rel="self"/><language>en</language><lastBuildDate>Thu, 06 Jul 2006 01:34:37 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/lofimo/bugs/feed.rss" rel="self" type="application/rss+xml"/><item><title>Filter.&lt;id&gt;.stop is not working as documented</title><link>https://sourceforge.net/p/lofimo/bugs/2/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Filter.&amp;lt;id&amp;gt;.stop stops matching the rest of the filters&lt;br /&gt;
even if a match was not found for String filters.&lt;/p&gt;
&lt;p&gt;According to the documentation:&lt;br /&gt;
If you have assigned multiple filters each log entry&lt;br /&gt;
will be filtered by the first filter, then by the&lt;br /&gt;
second filter, the by the third and so on. If for&lt;br /&gt;
instance the second filter matches and has the stop&lt;br /&gt;
property set to true the third filter and all filters&lt;br /&gt;
that come after that will not be applied to the log entry&lt;/p&gt;
&lt;p&gt;The code below does not assign the stop variable based&lt;br /&gt;
on the pattern matching.&lt;/p&gt;
&lt;p&gt;try&lt;br /&gt;
{&lt;br /&gt;
if(entry.getText().matches(_pattern))&lt;br /&gt;
{&lt;br /&gt;
playSound();&lt;br /&gt;
runExecuteable();&lt;br /&gt;
entry.setCssClass(_style);&lt;br /&gt;
}&lt;br /&gt;
}&lt;br /&gt;
catch(PatternSyntaxException e)&lt;br /&gt;
{&lt;br /&gt;
_log.log(Level.WARNING,"invalid regular&lt;br /&gt;
expression set for string filter with string&lt;br /&gt;
'"+_pattern+"'",e);&lt;br /&gt;
}&lt;/p&gt;
&lt;p&gt;example config:&lt;/p&gt;
&lt;p&gt;Input.xxx.filters=log4jerror log4jwarn log4jinfo&lt;br /&gt;
log4jdebug log4jtrace&lt;/p&gt;
&lt;p&gt;Filter.log4jerror.type=String&lt;br /&gt;
Filter.log4jerror.string=.*&amp;lt;ERROR&amp;gt;.*&lt;br /&gt;
Filter.log4jerror.style=log4jerror&lt;br /&gt;
Filter.log4jerror.stop=true&lt;/p&gt;
&lt;p&gt;Filter.log4jinfo.type=String&lt;br /&gt;
Filter.log4jinfo.string=.*&amp;lt;INFO &amp;gt;.*&lt;br /&gt;
Filter.log4jinfo.style=log4jinfo&lt;br /&gt;
Filter.log4jinfo.stop=true&lt;/p&gt;
&lt;p&gt;Filter.log4jwarn.type=String&lt;br /&gt;
Filter.log4jwarn.string=.*&amp;lt;WARN &amp;gt;.*&lt;br /&gt;
Filter.log4jwarn.style=log4jwarn&lt;br /&gt;
Filter.log4jwarn.stop=true&lt;/p&gt;
&lt;p&gt;Filter.log4jdebug.type=String&lt;br /&gt;
Filter.log4jdebug.string=.*&amp;lt;DEBUG&amp;gt;.*&lt;br /&gt;
Filter.log4jdebug.style=log4jdebug&lt;br /&gt;
Filter.log4jdebug.stop=true&lt;/p&gt;
&lt;p&gt;Filter.log4jtrace.type=String&lt;br /&gt;
Filter.log4jtrace.string=.*&amp;lt;TRACE&amp;gt;.*&lt;br /&gt;
Filter.log4jtrace.style=log4jtrace&lt;br /&gt;
Filter.log4jtrace.stop=true&lt;/p&gt;
&lt;p&gt;Filter.log4jdefault.type=String&lt;br /&gt;
Filter.log4jdefault.string=.*&lt;br /&gt;
Filter.log4jdefault.style=log4j&lt;br /&gt;
Filter.log4jdefault.stop=false&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Thu, 06 Jul 2006 01:34:37 -0000</pubDate><guid>https://sourceforge.net9b336a41216aaf1883b75e391ab5465de517890b</guid></item><item><title>conf file missing</title><link>https://sourceforge.net/p/lofimo/bugs/1/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;When i execute run.bat, it says :&lt;br /&gt;
C:\Program Files&amp;gt;java&lt;br /&gt;
-Djava.util.logging.config.file=log.conf -jar LoFiMo.jar&lt;br /&gt;
usage: LoFiMo &amp;lt;config-file&amp;gt;&lt;/p&gt;
&lt;p&gt;so, what is the config file ?&lt;/p&gt;
&lt;p&gt;yours Olaf&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Olaf Groeger</dc:creator><pubDate>Mon, 19 Apr 2004 08:45:48 -0000</pubDate><guid>https://sourceforge.netd3e35cb70ab6ad393e5a2b5bc45681dcd030276b</guid></item></channel></rss>