NS-3 based Named Data Networking (NDN) simulator
ndnSIM 2.5: NDN, CCN, CCNx, content centric networks
API Documentation
logger.hpp File Reference
Include dependency graph for logger.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#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_DEBUG   NDN_LOG_DEBUG
 
#define NFD_LOG_INFO   NDN_LOG_INFO
 
#define NFD_LOG_WARN   NDN_LOG_WARN
 
#define NFD_LOG_ERROR   NDN_LOG_ERROR
 
#define NFD_LOG_FATAL   NDN_LOG_FATAL
 

Macro Definition Documentation

◆ NFD_LOG_INIT

#define NFD_LOG_INIT (   name)    NDN_LOG_INIT(nfd.name)

Definition at line 31 of file logger.hpp.

◆ NFD_LOG_MEMBER_DECL

#define NFD_LOG_MEMBER_DECL ( )    NDN_LOG_MEMBER_DECL()

◆ NFD_LOG_MEMBER_DECL_SPECIALIZED

#define NFD_LOG_MEMBER_DECL_SPECIALIZED (   cls)    NDN_LOG_MEMBER_DECL_SPECIALIZED(cls)

Definition at line 33 of file logger.hpp.

◆ NFD_LOG_MEMBER_INIT

#define NFD_LOG_MEMBER_INIT (   cls,
  name 
)    NDN_LOG_MEMBER_INIT(cls, nfd.name)

Definition at line 34 of file logger.hpp.

◆ NFD_LOG_MEMBER_INIT_SPECIALIZED

#define NFD_LOG_MEMBER_INIT_SPECIALIZED (   cls,
  name 
)    NDN_LOG_MEMBER_INIT_SPECIALIZED(cls, nfd.name)

Definition at line 35 of file logger.hpp.

◆ NFD_LOG_TRACE

◆ NFD_LOG_DEBUG

#define NFD_LOG_DEBUG   NDN_LOG_DEBUG

Definition at line 38 of file logger.hpp.

Referenced by nfd::rib::NfdRibReadvertiseDestination::advertise(), nfd::fw::Strategy::afterContentStoreHit(), nfd::fw::MulticastStrategy::afterNewNextHop(), nfd::fw::Strategy::afterNewNextHop(), nfd::fw::SelfLearningStrategy::afterReceiveData(), nfd::fw::Strategy::afterReceiveData(), nfd::fw::MulticastStrategy::afterReceiveInterest(), nfd::fw::RandomStrategy::afterReceiveInterest(), nfd::fw::asf::AsfStrategy::afterReceiveInterest(), nfd::fw::AccessStrategy::afterReceiveInterest(), nfd::fw::BestRouteStrategy::afterReceiveInterest(), nfd::fw::SelfLearningStrategy::afterReceiveInterest(), nfd::fw::Strategy::afterReceiveLoopedInterest(), nfd::fw::asf::AsfStrategy::afterReceiveNack(), nfd::fw::SelfLearningStrategy::afterReceiveNack(), nfd::fw::Strategy::afterReceiveNack(), nfd::fw::asf::AsfStrategy::AsfStrategy(), nfd::fw::asf::AsfStrategy::beforeSatisfyInterest(), nfd::fw::AccessStrategy::beforeSatisfyInterest(), nfd::fw::Strategy::beforeSatisfyInterest(), nfd::rib::FibUpdater::computeAndSendFibUpdates(), nfd::face::InternalClientTransport::connectToForwarder(), nfd::fw::Strategy::create(), nfd::face::EthernetFactory::createMulticastFace(), nfd::RibManager::enableLocalFields(), nfd::name_tree::Hashtable::erase(), nfd::FaceManager::FaceManager(), nfd::FibManager::FibManager(), nfd::Forwarder::Forwarder(), nfd::rib::Service::get(), nfd::cs::Cs::insert(), nfd::CommandAuthenticator::makeAuthorization(), nfd::matchFilter(), nfd::Forwarder::onContentStoreHit(), nfd::Forwarder::onContentStoreMiss(), nfd::Forwarder::onDataUnsolicited(), nfd::fw::Strategy::onDroppedInterest(), nfd::Forwarder::onIncomingData(), nfd::Forwarder::onIncomingNack(), nfd::Forwarder::onInterestFinalize(), nfd::Forwarder::onInterestLoop(), nfd::Forwarder::onOutgoingData(), nfd::Forwarder::onOutgoingInterest(), nfd::Forwarder::onOutgoingNack(), nfd::rib::Rib::onRouteExpiration(), nfd::face::pickAddress(), nfd::face::NetdevBound::processConfig(), nfd::fw::ProcessNackTraitsBase::processNack(), nfd::rib::Readvertise::Readvertise(), nfd::fw::Strategy::satisfyInterest(), nfd::rib::ReadvertiseDestination::setAvailability(), nfd::CommandAuthenticator::setConfigFile(), nfd::cs::Cs::setPolicy(), nfd::RibManager::slFindAnn(), nfd::RibManager::slRenew(), and nfd::rib::NfdRibReadvertiseDestination::withdraw().

◆ NFD_LOG_INFO

◆ NFD_LOG_WARN

◆ NFD_LOG_ERROR

#define NFD_LOG_ERROR   NDN_LOG_ERROR

◆ NFD_LOG_FATAL

#define NFD_LOG_FATAL   NDN_LOG_FATAL

Definition at line 42 of file logger.hpp.

Referenced by main(), and nfd::NfdRunner::run().