ok. If you say so, I will try it as soon as I have time and I will let you know my feedback and any question I have with it.<br><br>thanks!<br><br>mariano<br><br><div class="gmail_quote">On Mon, Nov 24, 2008 at 6:42 PM, Keith Hodges <span dir="ltr">&lt;<a href="mailto:keith_hodges@yahoo.co.uk">keith_hodges@yahoo.co.uk</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div class="Ih2E3d">Mariano Martinez Peck wrote:<br>
&gt; Keith: hahahah. I know there was a &quot;Logging&quot; project, but as there<br>
&gt; were few places where to log, I decided to do it by hand. Do you think<br>
&gt; it should be better to do it with it altought I have few places to log ?<br>
&gt;<br>
</div>Definitely.<br>
<br>
That is exactly what Logging is there for, so that people are encouraged<br>
to put the log code in their packages without worrying about how the<br>
actual logging is done, timestamped etc. You can let the user choose how<br>
the output is provided/used/managed (e.g. SimpleLog does log file<br>
rotation). The default backend is simply a Null instance (it<br>
should/could be a minimal Transcript Log equivalent to Transcript show:)<br>
<br>
There are also utilities for timing events, so you could start a timer<br>
when you send a query and print it when you get the result.<br>
<div class="Ih2E3d">&gt; Just by curious, is Logging something like log4j (sorry, but that&#39;s<br>
&gt; what I know :( ?<br>
&gt;<br>
&gt; does Logging use RIO for files ?<br>
&gt;<br>
&gt; thanks,<br>
&gt;<br>
&gt; Mariano<br>
</div>If you load &quot;SimpleLog&quot; (from the gjallar team) this uses Syslog,<br>
transcript, LogMorph or files (not rio, just a basic filestream)<br>
<font color="#888888"><br>
Keith<br>
<br>
</font></blockquote></div><br>