Logger.hpp File Reference

#include <iostream>
#include <fstream>
#include "boost/date_time/posix_time/posix_time.hpp"
Include dependency graph for Logger.hpp:
This graph shows which files directly or indirectly include this file:

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 Documentation

#define LOG ( level   )     Logger(__PRETTY_FUNCTION__, __LINE__ , __FILE__, level)

Definition at line 100 of file Logger.hpp.

Generated by  doxygen 1.6.3