|
NFD: Named Data Networking Forwarding Daemon 24.07-28-gdcc0e6e0
|
#include "common/logger.hpp"
Include dependency graph for channel-log.hpp:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Macros | |
| #define | NFD_LOG_CHAN_DEBUG(msg) NFD_LOG_CHAN(DEBUG, msg) |
| Log a message at DEBUG level. | |
| #define | NFD_LOG_CHAN_ERROR(msg) NFD_LOG_CHAN(ERROR, msg) |
| Log a message at ERROR level. | |
| #define | NFD_LOG_CHAN_INFO(msg) NFD_LOG_CHAN(INFO, msg) |
| Log a message at INFO level. | |
| #define | NFD_LOG_CHAN_TRACE(msg) NFD_LOG_CHAN(TRACE, msg) |
| Log a message at TRACE level. | |
| #define | NFD_LOG_CHAN_WARN(msg) NFD_LOG_CHAN(WARN, msg) |
| Log a message at WARN level. | |