Classes | Namespaces | Defines | 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

namespace  clearpath

Defines

#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)

Define Documentation

Definition at line 109 of file Logger.h.

Definition at line 105 of file Logger.h.

Definition at line 106 of file Logger.h.

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.

Definition at line 107 of file Logger.h.



husky_base
Author(s): Mike Purvis , Paul Bovbel
autogenerated on Sat Jun 8 2019 18:26:01