#include <iostream>
#include <fstream>
#include "boost/date_time/posix_time/posix_time.hpp"
Go to the source code of this file.
Data Structures | |
class | Logger |
Implementation logging to console and to a file. More... | |
Defines | |
#define | LOG(level) Logger(__PRETTY_FUNCTION__, __LINE__ , __FILE__, level) |
Enumerations | |
enum | severity_level { trace, debug, info, warning, error, fatal } |
#define LOG | ( | level | ) | Logger(__PRETTY_FUNCTION__, __LINE__ , __FILE__, level) |
Definition at line 100 of file Logger.hpp.