#include <logger.h>
Public Member Functions | |
Logger & | operator<< (char *str) |
Logger & | operator<< (std::string str) |
Logger & | operator<< (std::string &str) |
Static Public Member Functions | |
static int | out (std::string &str) |
static int | out (std::string str) |
static int | out (char *str) |
static void | print (char *frm,...) |
static std::ostringstream & | get () |
static std::ostringstream & | gett () |
static std::ostringstream & | flush () |
static std::ostream & | dlog () |
static std::ostream & | dlog (std::ostream &os) |
Static Public Attributes | |
static flush_t | fl |
static endl_flush_t | fendl |
Friends | |
void | operator<< (std::ostream &, Logger::endl_flush_t) |
void | operator<< (std::ostream &, Logger::flush_t) |
Classes | |
class | endl_flush_t |
class | flush_t |
more about logger
Definition at line 28 of file logger.h.
std::ostringstream & n2nc::system::Logger::get | ( | ) | [static] |
std::ostringstream & n2nc::system::Logger::gett | ( | ) | [static] |
Definition at line 27 of file logger.cpp.
std::ostream & n2nc::system::Logger::dlog | ( | ) | [static] |
Debug log Debug output
Definition at line 96 of file logger.cpp.
std::ostream & n2nc::system::Logger::dlog | ( | std::ostream & | os | ) | [static] |
Debug output to stream os
Definition at line 104 of file logger.cpp.