Boost
C++ Libraries
...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
This is an older version of Boost and was released in 2013. The current version is 1.89.0.
boost::log::sinks::syslog::custom_severity_mapping — Customizable severity level mapping.
// In header: <boost/log/sinks/syslog_backend.hpp> template<typename AttributeValueT = int> class custom_severity_mapping : public basic_custom_mapping< level, AttributeValueT > { public: // construct/copy/destruct explicit custom_severity_mapping(attribute_name const &); };