#include <ndn-cxx/util/logger.hpp>
Go to the source code of this file.
Macros | |
#define | NFD_LOG_DEBUG NDN_LOG_DEBUG |
#define | NFD_LOG_ERROR NDN_LOG_ERROR |
#define | NFD_LOG_FATAL NDN_LOG_FATAL |
#define | NFD_LOG_INFO NDN_LOG_INFO |
#define | NFD_LOG_INIT(name) NDN_LOG_INIT(nfd.name) |
#define | NFD_LOG_MEMBER_DECL() NDN_LOG_MEMBER_DECL() |
#define | NFD_LOG_MEMBER_DECL_SPECIALIZED(cls) NDN_LOG_MEMBER_DECL_SPECIALIZED(cls) |
#define | NFD_LOG_MEMBER_INIT(cls, name) NDN_LOG_MEMBER_INIT(cls, nfd.name) |
#define | NFD_LOG_MEMBER_INIT_SPECIALIZED(cls, name) NDN_LOG_MEMBER_INIT_SPECIALIZED(cls, nfd.name) |
#define | NFD_LOG_TRACE NDN_LOG_TRACE |
#define | NFD_LOG_WARN NDN_LOG_WARN |
#define NFD_LOG_DEBUG NDN_LOG_DEBUG |
Definition at line 38 of file logger.hpp.
#define NFD_LOG_ERROR NDN_LOG_ERROR |
Definition at line 41 of file logger.hpp.
#define NFD_LOG_FATAL NDN_LOG_FATAL |
Definition at line 42 of file logger.hpp.
#define NFD_LOG_INFO NDN_LOG_INFO |
Definition at line 39 of file logger.hpp.
#define NFD_LOG_INIT | ( | name | ) | NDN_LOG_INIT(nfd.name) |
Definition at line 31 of file logger.hpp.
#define NFD_LOG_MEMBER_DECL | ( | ) | NDN_LOG_MEMBER_DECL() |
Definition at line 32 of file logger.hpp.
#define NFD_LOG_MEMBER_DECL_SPECIALIZED | ( | cls | ) | NDN_LOG_MEMBER_DECL_SPECIALIZED(cls) |
Definition at line 33 of file logger.hpp.
#define NFD_LOG_MEMBER_INIT | ( | cls, | |
name | |||
) | NDN_LOG_MEMBER_INIT(cls, nfd.name) |
Definition at line 34 of file logger.hpp.
#define NFD_LOG_MEMBER_INIT_SPECIALIZED | ( | cls, | |
name | |||
) | NDN_LOG_MEMBER_INIT_SPECIALIZED(cls, nfd.name) |
Definition at line 35 of file logger.hpp.
#define NFD_LOG_TRACE NDN_LOG_TRACE |
Definition at line 37 of file logger.hpp.
#define NFD_LOG_WARN NDN_LOG_WARN |
Definition at line 40 of file logger.hpp.