logger.cpp File Reference
#include "logger.hpp"
#include "logging.hpp"
#include "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
 Copyright (c) 2013-2017 Regents of the University of California.
 
 ndn::util
 

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 string More...
 
std::ostream & ndn::util::operator<< (std::ostream &os, const LoggerTimestamp &)
 write a timestamp to os More...
 
LogLevel ndn::util::parseLogLevel (const std::string &s)
 parse LogLevel from string More...