...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
boost::log::sinks::syslog::direct_severity_mapping — Straightforward severity level mapping.
// In header: <boost/log/sinks/syslog_backend.hpp> template<typename AttributeValueT = int> class direct_severity_mapping : public basic_direct_mapping< level, AttributeValueT > { public: // construct/copy/destruct explicit direct_severity_mapping(attribute_name const &); };