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 the documentation for an old version of Boost. Click here to view this page for the latest version.
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