#include "logfile.h"
#include <iostream>
#include <iomanip>
#include <new>
#include <time.h>
#include <sys/time.h>
Go to the source code of this file.
Namespaces | |
namespace | protlib |
namespace | protlib::log |
Variables | |
const char *const | protlib::log::ANSIcolorcode [] |
const char * | protlib::log::color [num_colors+1] |
const char *const | protlib::log::logclass_str [] |
const char *const | protlib::log::logseveritylevel_str [] |
Implementation of a logging stream ----------------------------------------------------------
Definition in file logfile.cpp.