Classes | Namespaces | Macros | Functions
Logger.h File Reference
#include <iostream>
Include dependency graph for Logger.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  clearpath::Logger
 

Namespaces

 clearpath
 

Macros

#define CPR_DTL()   CPR_LOG(clearpath::Logger::DETAIL)
 
#define CPR_ERR()   CPR_LOG(clearpath::Logger::ERROR)
 
#define CPR_EXCEPT()   (clearpath::Logger::instance().entry(clearpath::Logger::EXCEPTION))
 
#define CPR_INFO()   CPR_LOG(clearpath::Logger::INFO)
 
#define CPR_LOG(level)   (clearpath::Logger::instance().entry((level), __FILE__, __LINE__ ))
 
#define CPR_WARN()   CPR_LOG(clearpath::Logger::WARNING)
 

Functions

void clearpath::loggerTermHandler (int signal)
 

Macro Definition Documentation

#define CPR_DTL ( )    CPR_LOG(clearpath::Logger::DETAIL)

Definition at line 109 of file Logger.h.

#define CPR_ERR ( )    CPR_LOG(clearpath::Logger::ERROR)

Definition at line 105 of file Logger.h.

#define CPR_EXCEPT ( )    (clearpath::Logger::instance().entry(clearpath::Logger::EXCEPTION))

Definition at line 106 of file Logger.h.

#define CPR_INFO ( )    CPR_LOG(clearpath::Logger::INFO)

Definition at line 108 of file Logger.h.

#define CPR_LOG (   level)    (clearpath::Logger::instance().entry((level), __FILE__, __LINE__ ))

Definition at line 104 of file Logger.h.

#define CPR_WARN ( )    CPR_LOG(clearpath::Logger::WARNING)

Definition at line 107 of file Logger.h.



husky_base
Author(s): Mike Purvis , Paul Bovbel
autogenerated on Fri Oct 2 2020 03:40:07