#include <WarningSummary.h>
Definition at line 8 of file WarningSummary.h.
◆ WarningSummary()
sistrip::WarningSummary::WarningSummary |
( |
const std::string & |
category, |
|
|
const std::string & |
name, |
|
|
bool |
debug = false |
|
) |
| |
|
inline |
◆ add()
void sistrip::WarningSummary::add |
( |
const std::string & |
message, |
|
|
const std::string & |
details = "" |
|
) |
| |
◆ printSummary()
void sistrip::WarningSummary::printSummary |
( |
| ) |
const |
Definition at line 22 of file WarningSummary.cc.
24 std::stringstream message;
25 message <<
m_name <<
" warnings:";
27 message << std::endl << warnAndCount.first <<
" (" << warnAndCount.second <<
")";
std::map< std::string, std::size_t > m_warnings
Log< level::Warning, false > LogWarning
◆ m_category
std::string sistrip::WarningSummary::m_category |
|
private |
◆ m_debug
bool sistrip::WarningSummary::m_debug |
|
private |
◆ m_name
std::string sistrip::WarningSummary::m_name |
|
private |
◆ m_warnings
std::map<std::string, std::size_t> sistrip::WarningSummary::m_warnings |
|
private |