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 2022. The current version is 1.89.0.
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 &); };