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_type

boost::log::sinks::event_log::make_event_type

Synopsis

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


event_type make_event_type(unsigned short lev);

Description

The function constructs log record level from an integer


PrevUpHomeNext