DUNE-DAQ
DUNE Trigger and Data Acquisition software
Loading...
Searching...
No Matches
Severity.hpp File Reference
#include <string>
#include <vector>
#include <iostream>
Include dependency graph for Severity.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  ers::Severity
 

Namespaces

namespace  ers
 

Enumerations

enum  ers::severity {
  ers::Debug , ers::Log , ers::Information , ers::Warning ,
  ers::Error , ers::Fatal
}
 

Functions

severity ers::parse (const std::string &s, severity &)
 
Severity ers::parse (const std::string &s, Severity &)
 
std::string ers::to_string (severity s)
 
std::string ers::to_string (Severity s)
 Transforms a severity type into the corresponding string.
 
std::ostream & ers::operator<< (std::ostream &out, ers::severity severity)
 
std::ostream & ers::operator<< (std::ostream &out, const ers::Severity &severity)
 
std::istream & ers::operator>> (std::istream &in, ers::severity &severity)
 
std::istream & ers::operator>> (std::istream &in, ers::Severity &severity)