Trying to test API online can be a bit of a headache, especially with so many tools out there. I’ve found myself lost in the options more than once. Whether you’re just starting out or you’ve been ...
#define MCLOG(level, cat, color, x) MCLOG_TYPE(level, cat, color, el::base::DispatchAction::NormalLog, x) #define MCLOG_FILE(level, cat, x) MCLOG_TYPE(level, cat, el ...
const auto OK_STATUS = R"([{"stage":"CtiDummyDownloader","status":"ok"}])"_json; const auto FAIL_STATUS = R"([{"stage":"CtiDummyDownloader","status":"fail"}])"_json ...