...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::custom_event_id_mapping — Customizable event ID mapping.
// In header: <boost/log/sinks/event_log_backend.hpp> template<typename AttributeValueT = int> class custom_event_id_mapping : public basic_custom_mapping< event_id, AttributeValueT > { public: // construct/copy/destruct explicit custom_event_id_mapping(attribute_name const &); };