<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>Hi Steve,<br><br>perfect, exactly what I needed :-)<br><br>Gerd<br><br><div>&gt; Date: Thu, 24 Apr 2014 09:01:38 +0100<br>&gt; From: steve@parabola.me.uk<br>&gt; To: mkgmap-dev@lists.mkgmap.org.uk<br>&gt; Subject: Re: [mkgmap-dev] Is it possible to configure logger to print no        timestamp?<br>&gt; <br>&gt; On 24/04/14 07:17, Gerd Petermann wrote:<br>&gt; &gt; Hi programmers,<br>&gt; &gt;<br>&gt; &gt; I know that I can modify the source to do that, but I'd prefer to have an<br>&gt; &gt; option in the logging.properties.<br>&gt; &gt; It makes life much easier when comparing the contents of two log files.<br>&gt; <br>&gt; As of java 7 it is possible to specify a log format string with<br>&gt; SimpleFormatter.  You couldn't do that with Java 1.5 which is why<br>&gt; I wrote UsefulFormatter.<br>&gt; <br>&gt; So you can change UsefulFormatter lines to:<br>&gt; <br>&gt; java.util.logging.ConsoleHandler.formatter=java.util.logging.SimpleFormatter<br>&gt; java.util.logging.FileHandler.formatter=uk.me.parabola.log.UsefulFormatter<br>&gt; <br>&gt; and then provide a format string:<br>&gt; <br>&gt; java.util.logging.SimpleFormatter.format=%4$s: %5$s%n<br>&gt; <br>&gt; See <br>&gt; http://docs.oracle.com/javase/7/docs/api/java/util/Formatter.html#syntax <br>&gt; for the full list of formatting<br>&gt; options.<br>&gt; <br>&gt; ..Steve<br>&gt; _______________________________________________<br>&gt; mkgmap-dev mailing list<br>&gt; mkgmap-dev@lists.mkgmap.org.uk<br>&gt; http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev<br></div>                                               </div></body>
</html>