#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 |
Namespaces | |
namespace | youbot |
Defines | |
#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 98 of file Logger.hpp.