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