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 a snapshot of the develop branch, built from commit 0d1ff7cb09.
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