logger.cpp File Reference
#include "ndn-cxx/util/logger.hpp"
#include "ndn-cxx/util/logging.hpp"
#include "ndn-cxx/util/time.hpp"
#include <cinttypes>
#include <cstdlib>
#include <cstring>
#include <stdio.h>
+ Include dependency graph for logger.cpp:

Go to the source code of this file.

Namespaces

 ndn
 
 ndn::util
 
 ndn::util::detail
 

Functions

static bool ndn::util::isValidLoggerName (const std::string &name)
 checks if incoming logger name meets criteria More...
 
std::ostream & ndn::util::operator<< (std::ostream &os, LogLevel level)
 Output LogLevel as a string. More...
 
std::ostream & ndn::util::detail::operator<< (std::ostream &os, LoggerTimestamp)
 Write a timestamp to os. More...
 
LogLevel ndn::util::parseLogLevel (const std::string &s)
 Parse LogLevel from a string. More...