Classes | Namespaces | Macros | Enumerations
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.

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
}
 

Macro Definition Documentation

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

Definition at line 102 of file Logger.hpp.



youbot_driver
Author(s): Jan Paulus
autogenerated on Mon Jun 10 2019 15:46:26