<div dir="ltr">Dear ALL,<br>
<br>
I was trying to enable NFD logging in my forwarding strategy, and I had followed the steps in the NFD developer guide:<br>
1. include core/logger.hpp header file<br>
2. declare logging module using NFD_LOG_INIT("MyStrategy");<br>
3. use NFD_LOG_DEBUG("DEBUG message"); in my source code.<br>
 And I ran the simulation scenarios using the following command:<br>
NS_LOG=nfd.MyStrategy ./waf --run=Mystrategy --vis<br>
<br>
However, there is no output of logging information. I was wondering where I went wrong.<br>
 Thanks in advance.<br>
<br>
Yours,<br>
Weihong Yang<br></div>