Make use of logger provided by ndn-cxx

This commit also introduces a basic implmentation of DummyForwarder to
remove dependency on (and uncertainty of) the running instance of NFD.

Change-Id: Iba9fcbf3d3ebb1a5ae47018ad3be5d7d2b9c7462
diff --git a/.jenkins.d/02-nfd.sh b/.jenkins.d/02-nfd.sh
index a109057..4307cef 100755
--- a/.jenkins.d/02-nfd.sh
+++ b/.jenkins.d/02-nfd.sh
@@ -34,12 +34,11 @@
 git submodule sync
 git submodule update
 
-## Cleanup
-sudo ./waf -j1 --color=yes distclean
-
 ./waf -j1 --color=yes configure
 ./waf -j1 --color=yes build
 sudo ./waf -j1 --color=yes install
+
+# Install default config
 sudo cp /usr/local/etc/ndn/nfd.conf.sample /usr/local/etc/ndn/nfd.conf
 
 popd >/dev/null