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

PrevUpHomeNext

Class wlogger_mt

boost::log::sources::wlogger_mt — Wide-char thread-safe logger. Functionally equivalent to basic_logger.

Synopsis

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


class wlogger_mt {
};

Description

See basic_logger class template for a more detailed description.


PrevUpHomeNext