...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::event_log::direct_event_category_mapping — Straightforward event category mapping.
// In header: <boost/log/sinks/event_log_backend.hpp> template<typename AttributeValueT = int> class direct_event_category_mapping : public boost::log::sinks::basic_direct_mapping< event_category, int > { public: // public member functions explicit direct_event_category_mapping(attribute_name const &); };