<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta http-equiv="content-type"
 content="text/html; charset=ISO-8859-15">
</head>
<body bgcolor="#ffffff" text="#000000">
last months I had to develop some mobile applications for a customer -<br>
it was the first time developing in this area<br>
<br>
and what was the first I really missed ? yes - Logging<br>
<br>
BlackBerry Java apps are using Java - something like 1.3 plus some RIM
API,<br>
so no collections (only vector and Array), no generics.....<br>
<br>
 and logging the BlackBerry way means: System.out()  :(<br>
and this output is only availabel if the simulator was started in
debug-mode, what's time-consuming<br>
and if you're running the debugger, then the output in Console is mixed
with hundreds of events RIM is logging there -<br>
no, there's no filtering<br>
<br>
so I started to think how to get logging ?<br>
<br>
and now its working:<br>
<br>
I'm using Lilith from Jörn Huxhorn and sending zipped LogEvents in
LogBack format as XML thru a socket connection,<br>
and - thanks to the help of Jörn - its working :)<br>
<br>
will do some more tests with real apps in real life and then provide as
EPL<br>
<br>
...I'll let you know<br>
<div class="moz-signature">-- <br>
<p style="margin-bottom: 0cm;"> <font ,="" color="#808080"
 face="Verdana, sans-serif"> <font size="4">ekke (ekkehard gentz)<br>
</font> <font size="3"> independent software-architect<br>
senior erp-consultant<br>
</font> <font size="2">eclipse | osgi | equinox | mdsd | oaw | emf |
uml | blackberry<br>
max-josefs-platz 30, D-83022 rosenheim, germany<br>
<a class="moz-txt-link-freetext" href="mailto:ekke@ekkes-corner.org">mailto:ekke@ekkes-corner.org</a><br>
homepage (de): <a class="moz-txt-link-freetext"
 href="http://gentz-software.de">http://gentz-software.de</a><br>
blog (en): <a class="moz-txt-link-freetext"
 href="http://ekkes-corner.org">http://ekkes-corner.org</a><br>
project lead: <a class="moz-txt-link-freetext"
 href="http://redview.org">http://redview.org</a> and <a
 class="moz-txt-link-freetext" href="http://red-open.org">http://red-open.org</a><br>
eclipse committer: Runtime Project Riena - <a
 class="moz-txt-link-freetext" href="http://eclipse.org/riena">http://eclipse.org/riena</a><br>
twitter: @ekkescorner<br>
skype: ekkes-corner<br>
</font> <font size="1"> Steuer-Nr: 156/220/30931 FA Rosenheim, UST-ID:
DE189929490<br>
</font> </font> </p>
</div>
</body>
</html>