#include <ValidationReport.hpp>
Definition at line 19 of file ValidationReport.hpp.
◆ Severity
◆ ValidationReport()
| dunedaq::appfwk::ValidationReport::ValidationReport |
( |
Severity | sev, |
|
|
std::string | app, |
|
|
std::string | module, |
|
|
std::string | command, |
|
|
std::string | message ) |
|
inline |
◆ get_app()
| std::string dunedaq::appfwk::ValidationReport::get_app |
( |
| ) |
const |
|
inline |
◆ get_command()
| std::string dunedaq::appfwk::ValidationReport::get_command |
( |
| ) |
const |
|
inline |
◆ get_message()
| std::string dunedaq::appfwk::ValidationReport::get_message |
( |
| ) |
const |
|
inline |
◆ get_module()
| std::string dunedaq::appfwk::ValidationReport::get_module |
( |
| ) |
const |
|
inline |
◆ get_severity()
| Severity dunedaq::appfwk::ValidationReport::get_severity |
( |
| ) |
const |
|
inline |
◆ severity_string()
| std::string dunedaq::appfwk::ValidationReport::severity_string |
( |
| ) |
|
|
inline |
Definition at line 40 of file ValidationReport.hpp.
41 {
44 return "Fatal";
46 return "Error";
48 return "Warning";
50 return "Info";
52 return "Debug";
53 }
54 return "UNKNOWN";
55 }
◆ m_app
| std::string dunedaq::appfwk::ValidationReport::m_app |
|
private |
◆ m_command
| std::string dunedaq::appfwk::ValidationReport::m_command |
|
private |
◆ m_message
| std::string dunedaq::appfwk::ValidationReport::m_message |
|
private |
◆ m_module
| std::string dunedaq::appfwk::ValidationReport::m_module |
|
private |
◆ m_severity
| Severity dunedaq::appfwk::ValidationReport::m_severity |
|
private |
The documentation for this class was generated from the following file: