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