face: Introduce Face-specific logging macros

Change-Id: I169065de664d4c4394ccd08673bbe1f881c4d7e0
Refs: #2450
diff --git a/daemon/face/face.cpp b/daemon/face/face.cpp
index e45fb1b..2b107a7 100644
--- a/daemon/face/face.cpp
+++ b/daemon/face/face.cpp
@@ -25,6 +25,8 @@
 
 #include "face.hpp"
 
+#include <ndn-cxx/management/nfd-face-event-notification.hpp>
+
 namespace nfd {
 
 Face::Face(const FaceUri& remoteUri, const FaceUri& localUri, bool isLocal)