30class Verbosity_config;
46std::istream&
operator>>(std::istream& is, Verbosity_config& val);
59std::ostream&
operator<<(std::ostream& os,
const Verbosity_config& val);
78bool operator==(
const Verbosity_config& val1,
const Verbosity_config& val2);
91bool operator!=(
const Verbosity_config& val1,
const Verbosity_config& val2);
Flow module providing logging functionality.
std::ostream & operator<<(std::ostream &os, Sev val)
Serializes a log::Sev to a standard output stream.
std::istream & operator>>(std::istream &is, Sev &val)
Deserializes a log::Sev from a standard input stream.
bool operator==(const Verbosity_config &val1, const Verbosity_config &val2)
Checks for exact equality of two Verbosity_config objects.
bool operator!=(const Verbosity_config &val1, const Verbosity_config &val2)
Returns !(val1 == val2).