NS-3 based Named Data Networking (NDN) simulator
ndnSIM 2.0: NDN, CCN, CCNx, content centric networks
API Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
logger.hpp File Reference
#include "ns3/log.h"
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.

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)
 

Macro Definition Documentation

#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)
#define NFD_LOG_INIT (   name)    NS_LOG_COMPONENT_DEFINE("nfd." name);

Definition at line 33 of file logger.hpp.

#define NFD_LOG_WARN (   expression)    NS_LOG_WARN(expression)