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

PrevUpHomeNext

Function make_event_category

boost::log::sinks::event_log::make_event_category

Synopsis

// In header: <boost/log/sinks/event_log_constants.hpp>


event_category make_event_category(unsigned short cat);

Description

The function constructs event category from an integer


PrevUpHomeNext