#include "ns3/log.h"

Go to the source code of this file.
Namespaces | |
| nfd | |
| Copyright (c) 2011-2015 Regents of the University of California.  | |
Macros | |
| #define | NFD_LOG_INIT(name) NS_LOG_COMPONENT_DEFINE("nfd." name); | 
| #define | NFD_LOG_TRACE(expression) NS_LOG_LOGIC(expression) | 
| #define | NFD_LOG_DEBUG(expression) NS_LOG_DEBUG(expression) | 
| #define | NFD_LOG_INFO(expression) NS_LOG_INFO(expression) | 
| #define | NFD_LOG_ERROR(expression) NS_LOG_ERROR(expression) | 
| #define | NFD_LOG_WARN(expression) NS_LOG_WARN(expression) | 
| #define | NFD_LOG_FATAL(expression) NS_LOG_FATAL(expression) | 
| #define NFD_LOG_DEBUG | ( | expression | ) | NS_LOG_DEBUG(expression) | 
Definition at line 36 of file logger.hpp.
Referenced by nfd::fw::BestRouteStrategy2::afterReceiveInterest(), nfd::fw::Strategy::beforeExpirePendingInterest(), nfd::fw::Strategy::beforeSatisfyInterest(), nfd::ManagerBase::extractParameters(), nfd::FibEnumerationPublisher::generate(), nfd::ManagerBase::onCommandValidationFailed(), nfd::CommandValidator::onConfig(), nfd::FaceManager::onFaceRequest(), nfd::FibManager::onFibRequest(), nfd::StrategyChoiceManager::onStrategyChoiceRequest(), nfd::ManagerBase::sendNack(), and nfd::ManagerBase::sendResponse().
| #define NFD_LOG_ERROR | ( | expression | ) | NS_LOG_ERROR(expression) | 
Definition at line 38 of file logger.hpp.
Referenced by nfd::StrategyChoice::insert(), and nfd::StrategyChoice::install().
| #define NFD_LOG_FATAL | ( | expression | ) | NS_LOG_FATAL(expression) | 
Definition at line 40 of file logger.hpp.
| #define NFD_LOG_INFO | ( | expression | ) | NS_LOG_INFO(expression) | 
Definition at line 37 of file logger.hpp.
Referenced by nfd::PrivilegeHelper::drop(), nfd::TablesConfigSection::ensureTablesAreConfigured(), nfd::CommandValidator::onConfig(), and nfd::InternalFace::setInterestFilter().
| #define NFD_LOG_INIT | ( | name | ) | NS_LOG_COMPONENT_DEFINE("nfd." name); | 
Definition at line 33 of file logger.hpp.
| #define NFD_LOG_TRACE | ( | expression | ) | NS_LOG_LOGIC(expression) | 
Definition at line 35 of file logger.hpp.
Referenced by nfd::clearStrategyInfo(), nfd::PrivilegeHelper::drop(), nfd::NameTree::dump(), nfd::Cs::erase(), nfd::NameTree::eraseEntryIfEmpty(), nfd::Cs::evictItem(), nfd::Cs::find(), nfd::NameTree::findAllMatches(), nfd::NameTree::findExactMatch(), nfd::NameTree::findLongestPrefixMatch(), nfd::NameTree::fullEnumerate(), nfd::PrivilegeHelper::initialize(), nfd::StrategyChoice::insert(), nfd::Cs::insert(), nfd::NameTree::lookup(), nfd::general::onConfig(), and nfd::NameTree::const_iterator::operator++().
| #define NFD_LOG_WARN | ( | expression | ) | NS_LOG_WARN(expression) | 
Definition at line 39 of file logger.hpp.
Referenced by nfd::FaceTable::add(), nfd::fw::ClientControlStrategy::afterReceiveInterest(), and nfd::CommandValidator::onConfig().