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