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