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_INCLASS_DECLARE() static ns3::LogComponent g_log |
#define | NFD_LOG_INCLASS_DEFINE(cls, name) ns3::LogComponent cls::g_log = ns3::LogComponent ("nfd." name, __FILE__) |
#define | NFD_LOG_INCLASS_TEMPLATE_DEFINE(cls, name) |
#define | NFD_LOG_INCLASS_TEMPLATE_SPECIALIZATION_DEFINE(cls, specialization, name) |
#define | NFD_LOG_INCLASS_2TEMPLATE_SPECIALIZATION_DEFINE(cls, s1, s2, 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_INIT | ( | name | ) | NS_LOG_COMPONENT_DEFINE("nfd." name); |
Definition at line 34 of file logger.hpp.
#define NFD_LOG_INCLASS_DECLARE | ( | ) | static ns3::LogComponent g_log |
Definition at line 36 of file logger.hpp.
Referenced by nfd::face::InternalClientTransport::resume().
#define NFD_LOG_INCLASS_DEFINE | ( | cls, | |
name | |||
) | ns3::LogComponent cls::g_log = ns3::LogComponent ("nfd." name, __FILE__) |
Definition at line 39 of file logger.hpp.
#define NFD_LOG_INCLASS_TEMPLATE_DEFINE | ( | cls, | |
name | |||
) |
Definition at line 42 of file logger.hpp.
#define NFD_LOG_INCLASS_TEMPLATE_SPECIALIZATION_DEFINE | ( | cls, | |
specialization, | |||
name | |||
) |
Definition at line 46 of file logger.hpp.
#define NFD_LOG_INCLASS_2TEMPLATE_SPECIALIZATION_DEFINE | ( | cls, | |
s1, | |||
s2, | |||
name | |||
) |
Definition at line 50 of file logger.hpp.
#define NFD_LOG_TRACE | ( | expression | ) | NS_LOG_LOGIC(expression) |
Definition at line 54 of file logger.hpp.
Referenced by nfd::DeadNonceList::add(), nfd::fw::asf::AsfStrategy::afterReceiveInterest(), nfd::fw::asf::AsfStrategy::afterReceiveNack(), nfd::fw::asf::AsfStrategy::beforeSatisfyInterest(), nfd::strategy_choice::clearStrategyInfo(), nfd::TcpFactory::createFace(), nfd::UdpFactory::createFace(), nfd::rib::AutoPrefixPropagator::disable(), nfd::PrivilegeHelper::drop(), nfd::name_tree::Hashtable::erase(), nfd::name_tree::NameTree::eraseIfEmpty(), nfd::rib::RibEntry::eraseRoute(), nfd::FibManager::FibManager(), nfd::cs::Cs::find(), nfd::fw::asf::getValueForSorting(), nfd::PrivilegeHelper::initialize(), nfd::strategy_choice::StrategyChoice::insert(), nfd::rib::Rib::insert(), nfd::name_tree::Iterator::Iterator(), nfd::UnixStreamChannel::listen(), nfd::UdpChannel::listen(), nfd::listNetworkInterfaces(), nfd::name_tree::NameTree::lookup(), nfd::fw::Strategy::lookupFib(), nfd::general::onConfig(), nfd::rib::RibManager::onRibUpdateFailure(), nfd::name_tree::Iterator::operator++(), nfd::fw::asf::FaceInfo::recordRtt(), nfd::FaceManager::setConfigFile(), nfd::TcpChannel::size(), and nfd::name_tree::Hashtable::~Hashtable().
#define NFD_LOG_DEBUG | ( | expression | ) | NS_LOG_DEBUG(expression) |
Definition at line 55 of file logger.hpp.
Referenced by nfd::fw::asf::AsfStrategy::afterReceiveInterest(), nfd::fw::AccessStrategy::afterReceiveInterest(), nfd::fw::BestRouteStrategy2::afterReceiveInterest(), nfd::fw::asf::AsfStrategy::afterReceiveNack(), nfd::fw::BestRouteStrategy2::afterReceiveNack(), nfd::fw::Strategy::afterReceiveNack(), nfd::fw::Strategy::beforeExpirePendingInterest(), nfd::fw::AccessStrategy::beforeSatisfyInterest(), nfd::fw::Strategy::beforeSatisfyInterest(), nfd::rib::FibUpdater::computeAndSendFibUpdates(), nfd::face::InternalClientTransport::connectToForwarder(), nfd::TcpFactory::createChannel(), nfd::UdpFactory::createChannel(), nfd::rib::AutoPrefixPropagator::disable(), nfd::name_tree::Hashtable::erase(), nfd::FibManager::FibManager(), nfd::cs::Cs::find(), nfd::fw::asf::getValueForSorting(), nfd::cs::Cs::insert(), nfd::UnixStreamChannel::listen(), nfd::UdpChannel::listen(), nfd::listNetworkInterfaces(), nfd::CommandAuthenticator::makeAuthorization(), nfd::rib::RibManager::onRibUpdateFailure(), nfd::rib::RibManager::onRibUpdateSuccess(), nfd::rib::Rib::onRouteExpiration(), nfd::FaceManager::setConfigFile(), nfd::TcpChannel::size(), nfd::Forwarder::startProcessInterest(), nfd::Forwarder::startProcessNack(), nfd::StrategyChoiceManager::StrategyChoiceManager(), and nfd::UnixStreamChannel::~UnixStreamChannel().
#define NFD_LOG_INFO | ( | expression | ) | NS_LOG_INFO(expression) |
Definition at line 56 of file logger.hpp.
Referenced by nfd::FaceTable::addReserved(), nfd::strategy_choice::clearStrategyInfo(), nfd::rib::AutoPrefixPropagator::disable(), nfd::PrivilegeHelper::drop(), nfd::FibManager::FibManager(), nfd::strategy_choice::StrategyChoice::findEffectiveStrategy(), nfd::Nfd::initialize(), nfd::rib::AutoPrefixPropagator::loadConfig(), nfd::rib::RibManager::onRibUpdateFailure(), nfd::rib::RibManager::registerWithNfd(), nfd::NfdRunner::reload(), nfd::CommandAuthenticator::setConfigFile(), nfd::cs::Policy::setLimit(), and nfd::NfdRunner::terminate().
#define NFD_LOG_ERROR | ( | expression | ) | NS_LOG_ERROR(expression) |
Definition at line 57 of file logger.hpp.
Referenced by nfd::strategy_choice::StrategyChoice::insert(), nfd::strategy_choice::StrategyChoice::install(), nfd::FaceManager::setConfigFile(), and nfd::Forwarder::startProcessNack().
#define NFD_LOG_WARN | ( | expression | ) | NS_LOG_WARN(expression) |
Definition at line 58 of file logger.hpp.
Referenced by nfd::FaceTable::add(), nfd::fw::ClientControlStrategy::afterReceiveInterest(), nfd::UdpChannel::connect(), nfd::PrivilegeHelper::drop(), nfd::WebSocketChannel::listen(), nfd::TcpChannel::listen(), nfd::UnixStreamChannel::listen(), nfd::UdpChannel::listen(), nfd::listNetworkInterfaces(), nfd::makeNetworkMonitor(), nfd::CommandAuthenticator::setConfigFile(), nfd::TcpChannel::size(), nfd::Forwarder::startProcessNack(), and nfd::WebSocketChannel::WebSocketChannel().
#define NFD_LOG_FATAL | ( | expression | ) | NS_LOG_FATAL(expression) |
Definition at line 59 of file logger.hpp.
Referenced by main(), and nfd::NfdRunner::run().