![]() |
boost::log::sinks::event_log::basic_custom_event_id_mapping — Customizable event ID mapping.
// In header: <boost/log/sinks/event_log_backend.hpp> template<typename CharT, typename AttributeValueT = int> class basic_custom_event_id_mapping : public basic_custom_mapping< CharT, event_id_t, AttributeValueT > { public: // types typedef base_type::string_type string_type; // String type. // construct/copy/destruct explicit basic_custom_event_id_mapping(string_type const &); };