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 wlogger

boost::log::sources::wlogger — Wide-char logger. Functionally equivalent to basic_logger.

Synopsis

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


class wlogger : public basic_composite_logger< wchar_t, wlogger, single_thread_model, features<  > >
{
};

Description

See basic_logger class template for a more detailed description.


PrevUpHomeNext