| 92 | |
| 93 | |
| 94 | void LogSender::LogVerb1(const std::string &msg, const bool duplicate_check) |
| 95 | { |
| 96 | Log(Events::Log(log_group, LogCategory::VERB1, msg), duplicate_check); |
| 97 | } |
| 98 | |
| 99 | |
| 100 | void LogSender::LogInfo(const std::string &msg, const bool duplicate_check) |
no test coverage detected