Thanks for your info.<br>
<div><span class="gmail_quote">2008/6/12, <a href="mailto:attila.rajmund.nohl@ericsson.com">attila.rajmund.nohl@ericsson.com</a> <<a href="mailto:attila.rajmund.nohl@ericsson.com">attila.rajmund.nohl@ericsson.com</a>>:</span>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">On Thu, 12 Jun 2008, Dave Smith wrote:<br><br>> I think it might be worth noting that Erlang provides some powerful<br>
> runtime tracing tools. Where in python/java/c++ I would litter my code<br>> with logging statements to keep track of what's happening where, I<br>> find myself not needing that as much, since I can simply throw a trace<br>
> on the things I'm interested in, when/if there are problem. That's why<br>> (I think) erlang is so light on logging subsystems.<br><br>Logging is useful to detect errors in the first place (see the other<br>
thread where the bug wasn't noticed until the logfiles were read).<br>tracing is useful if it's known that there's an error, but it's not<br>clear that where that error actually is.<br><br>                               Bye,NAR<br>
--<br>"Beware of bugs in the above code; I have only proved it correct, not<br>tried it."<br>_______________________________________________<br>erlang-questions mailing list<br><a href="mailto:erlang-questions@erlang.org">erlang-questions@erlang.org</a><br>
<a href="http://www.erlang.org/mailman/listinfo/erlang-questions">http://www.erlang.org/mailman/listinfo/erlang-questions</a><br></blockquote></div><br>