<html><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;"><div>Hi again,</div><div><br></div><div>You should not use logger messages to obtain any metrics.  All these loggings are primarily for debugging purposes and you should never run actual simulations in "debug" compilation of NS-3.  When you run in "optimized" mode (./waf configure -d optimized), then none of the logging is enabled and you wouldn't get any result.</div><div><br></div><div>Instead.  You should either use one of the available tracers (<a href="http://ndnsim.net/metric.html">http://ndnsim.net/metric.html</a>).  If those are not sufficient you can write your own or simply modify source code and put print out statements in the places you need.</div><div><br></div><div>---</div><div>Alex</div><div><br></div><div><div>On Jul 9, 2014, at 1:07 PM, Douglas F. Streck <<a href="mailto:douglasstreck@gmail.com">douglasstreck@gmail.com</a>> wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div dir="ltr">NS-3/ndnSIM<br>thanks for the reply.</div><div class="gmail_extra"><br><br><div class="gmail_quote">2014-07-09 17:01 GMT-03:00 Alex Afanasyev <span dir="ltr"><<a href="mailto:alexander.afanasyev@ucla.edu" target="_blank">alexander.afanasyev@ucla.edu</a>></span>:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi Douglas,<br>
<br>
Is your question about NS-3/ndnSIM or CCNx?<br>
<br>
---<br>
Alex<br>
<div><div class="h5"><br>
On Jul 9, 2014, at 7:11 AM, Douglas F. Streck <<a href="mailto:douglasstreck@gmail.com">douglasstreck@gmail.com</a>> wrote:<br>
<br>
> Hi,<br>
><br>
> I'm new to CCN and I'm looking for a way to make NS_LOG cleaner.<br>
> Something that looks like this:<br>
><br>
> node ; time ; information (Packet send to node y, Packet recieved from x) ; prefix.<br>
><br>
> Is there any way to do that with NS_LOG? Should I make my own log version?<br>
><br>
> Thank you,<br>
><br>
> Douglas Streck.<br>
><br>
</div></div>> _______________________________________________<br>
> ccnx-users mailing list<br>
> <a href="mailto:ccnx-users@ccnx.org">ccnx-users@ccnx.org</a><br>
> <a href="http://www.ccnx.org/mailman/listinfo/ccnx-users" target="_blank">http://www.ccnx.org/mailman/listinfo/ccnx-users</a><br>
<br>
</blockquote></div><br></div>
</blockquote></div><br></body></html>