chemmisol 0.1
|
#include "easylogging++.h"
Go to the source code of this file.
Namespaces | |
namespace | chemmisol |
Macros | |
#define | CHEM_CORE_LOGID "chemmisol-core" |
#define | CHEM_LOG(LEVEL) CLOG(LEVEL, CHEM_CORE_LOGID) |
#define | CHEM_LOGV(VERBOSE_LEVEL) CVLOG(VERBOSE_LEVEL, CHEM_CORE_LOGID) |
Functions | |
el::Logger * | chemmisol::init_logger (const char *logger_id) |
void | chemmisol::log_to_file (el::Logger *logger, const std::string &log_file, bool terminal_logging) |
Variables | |
el::Logger * | chemmisol::core_logger |
Logging features resulting from the integration of easylogging++.
#define CHEM_CORE_LOGID "chemmisol-core" |
Logging ID used by the chemmisol::core_logger.
#define CHEM_LOG | ( | LEVEL | ) | CLOG(LEVEL, CHEM_CORE_LOGID) |
#define CHEM_LOGV | ( | VERBOSE_LEVEL | ) | CVLOG(VERBOSE_LEVEL, CHEM_CORE_LOGID) |