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 a snapshot of the develop branch, built from commit e60898da42.
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