NS-3 based Named Data Networking (NDN) simulator
ndnSIM 2.3: NDN, CCN, CCNx, content centric networks
API Documentation
logger.cpp File Reference
#include "logger.hpp"
#include "time.hpp"
#include <cinttypes>
#include <stdio.h>
#include <type_traits>
Include dependency graph for logger.cpp:

Go to the source code of this file.

Namespaces

 ndn
 Copyright (c) 2011-2015 Regents of the University of California.
 
 ndn::util
 

Functions

std::ostream & ndn::util::operator<< (std::ostream &os, LogLevel level)
 output LogLevel as string More...
 
LogLevel ndn::util::parseLogLevel (const std::string &s)
 parse LogLevel from string More...