#include "core/logger.hpp"
Include dependency graph for face-log.hpp:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | nfd::face::FaceLogHelper< T > |
| for internal use by FaceLogging macros More... | |
Namespaces | |
| nfd | |
| Copyright (c) 2014-2015, Regents of the University of California, Arizona Board of Regents, Colorado State University, University Pierre & Marie Curie, Sorbonne University, Washington University in St. | |
| nfd::face | |
Macros | |
| #define | NFD_LOG_FACE_DEBUG(msg) NFD_LOG_FACE(DEBUG, msg) |
| Log a message at DEBUG level. More... | |
| #define | NFD_LOG_FACE_ERROR(msg) NFD_LOG_FACE(ERROR, msg) |
| Log a message at ERROR level. More... | |
| #define | NFD_LOG_FACE_INFO(msg) NFD_LOG_FACE(INFO, msg) |
| Log a message at INFO level. More... | |
| #define | NFD_LOG_FACE_TRACE(msg) NFD_LOG_FACE(TRACE, msg) |
| Log a message at TRACE level. More... | |
| #define | NFD_LOG_FACE_WARN(msg) NFD_LOG_FACE(WARN, msg) |
| Log a message at WARN level. More... | |