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_id

boost::log::sinks::event_log::make_event_id

Synopsis

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


event_id make_event_id(unsigned int id);

Description

The function constructs event identifier from an integer


PrevUpHomeNext