#include "ns3/log.h"
Go to the source code of this file.
Namespaces | |
ndn | |
Copyright (c) 2011-2015 Regents of the University of California. | |
ndn::util | |
Macros | |
#define | NDN_LOG_INIT(name) NS_LOG_COMPONENT_DEFINE("ndn-cxx." BOOST_STRINGIZE(name)); |
declare a log module More... | |
#define | NDN_LOG_TRACE(expression) NS_LOG_LOGIC(expression) |
#define | NDN_LOG_DEBUG(expression) NS_LOG_DEBUG(expression) |
#define | NDN_LOG_INFO(expression) NS_LOG_INFO(expression) |
#define | NDN_LOG_WARN(expression) NS_LOG_ERROR(expression) |
#define | NDN_LOG_ERROR(expression) NS_LOG_WARN(expression) |
#define | NDN_LOG_FATAL(expression) NS_LOG_FATAL(expression) |
#define NDN_LOG_INIT | ( | name | ) | NS_LOG_COMPONENT_DEFINE("ndn-cxx." BOOST_STRINGIZE(name)); |
declare a log module
Definition at line 32 of file logger.hpp.
#define NDN_LOG_TRACE | ( | expression | ) | NS_LOG_LOGIC(expression) |
Definition at line 34 of file logger.hpp.
Referenced by ndn::security::v2::validator_config::Rule::check(), ndn::net::computePrefixLength(), ndn::security::v2::DynamicTrustAnchorGroup::DynamicTrustAnchorGroup(), ndn::net::ifaScopeToAddressScope(), ndn::net::NetworkMonitorImplRtnl::listNetworkInterfaces(), ndn::security::v2::validator_config::Rule::match(), ndn::net::NetworkMonitorImplRtnl::NetworkMonitorImplRtnl(), ndn::security::v2::parseLocatorUri(), ndn::security::v2::DynamicTrustAnchorGroup::refresh(), and ndn::security::v2::ValidationState::~ValidationState().
#define NDN_LOG_DEBUG | ( | expression | ) | NS_LOG_DEBUG(expression) |
Definition at line 35 of file logger.hpp.
Referenced by ndn::net::NetworkInterface::addNetworkAddress(), ndn::UnixTransport::close(), ndn::TcpTransport::close(), ndn::net::computePrefixLength(), ndn::UnixTransport::connect(), ndn::TcpTransport::connect(), ndn::net::convertToStdString(), ndn::security::v2::KeyChain::createIdentity(), ndn::security::v2::KeyChain::createKey(), ndn::Face::expressInterest(), ndn::extractLpLocalFields(), ndn::security::v2::CertificateCache::find(), ndn::security::pib::Pib::getDefaultIdentity(), ndn::net::ifaScopeToAddressScope(), ndn::security::v2::CertificateCache::insert(), face::Face::Impl::nackPendingInterests(), ndn::UnixTransport::pause(), ndn::TcpTransport::pause(), face::Face::Impl::processIncomingInterest(), ndn::Face::put(), ndn::net::NetworkInterface::removeNetworkAddress(), ndn::UnixTransport::resume(), ndn::TcpTransport::resume(), face::Face::Impl::satisfyPendingInterests(), and ndn::security::pib::Pib::setDefaultIdentity().
#define NDN_LOG_INFO | ( | expression | ) | NS_LOG_INFO(expression) |
Definition at line 36 of file logger.hpp.
Referenced by face::Face::Impl::afterPrefixRegistered(), face::Face::Impl::asyncSetInterestFilter(), face::Face::Impl::asyncUnregisterPrefix(), face::Face::Impl::asyncUnsetInterestFilter(), face::Face::Impl::finalizeUnregisterPrefix(), ndn::security::v2::CertificateCache::find(), and face::Face::Impl::registerPrefix().
#define NDN_LOG_WARN | ( | expression | ) | NS_LOG_ERROR(expression) |
Definition at line 37 of file logger.hpp.
Referenced by ndn::mgmt::Dispatcher::addNotificationStream(), and ndn::net::convertToStdString().
#define NDN_LOG_ERROR | ( | expression | ) | NS_LOG_WARN(expression) |
Definition at line 38 of file logger.hpp.
Referenced by ndn::net::ifaScopeToAddressScope(), ndn::net::NetworkMonitorImplRtnl::listNetworkInterfaces(), and ndn::mgmt::Dispatcher::removeTopPrefix().
#define NDN_LOG_FATAL | ( | expression | ) | NS_LOG_FATAL(expression) |
Definition at line 39 of file logger.hpp.