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

Class logger_mt

boost::log::sources::logger_mt — Narrow-char thread-safe logger. Functionally equivalent to basic_logger.

Synopsis

// In header: <boost/log/sources/logger.hpp>


class logger_mt {
};

Description

See basic_logger class template for a more detailed description.


PrevUpHomeNext