#include <iostream>

Go to the source code of this file.
Classes | |
| class | sawyer::Logger |
Namespaces | |
| sawyer | |
Macros | |
| #define | CPR_DTL() CPR_LOG(sawyer::Logger::DETAIL) |
| #define | CPR_ERR() CPR_LOG(sawyer::Logger::ERROR) |
| #define | CPR_EXCEPT() (sawyer::Logger::instance().entry(sawyer::Logger::EXCEPTION)) |
| #define | CPR_INFO() CPR_LOG(sawyer::Logger::INFO) |
| #define | CPR_LOG(level) (sawyer::Logger::instance().entry((level), __FILE__, __LINE__ )) |
| #define | CPR_WARN() CPR_LOG(sawyer::Logger::WARNING) |
Functions | |
| void | sawyer::loggerTermHandler (int signal) |
| #define CPR_DTL | ( | ) | CPR_LOG(sawyer::Logger::DETAIL) |
| #define CPR_ERR | ( | ) | CPR_LOG(sawyer::Logger::ERROR) |
| #define CPR_EXCEPT | ( | ) | (sawyer::Logger::instance().entry(sawyer::Logger::EXCEPTION)) |
| #define CPR_INFO | ( | ) | CPR_LOG(sawyer::Logger::INFO) |
| #define CPR_LOG | ( | level | ) | (sawyer::Logger::instance().entry((level), __FILE__, __LINE__ )) |
| #define CPR_WARN | ( | ) | CPR_LOG(sawyer::Logger::WARNING) |