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 wadd_console_log

boost::log::wadd_console_log

Synopsis

// In header: <boost/log/utility/setup/console.hpp>


shared_ptr< sinks::synchronous_sink< sinks::wtext_ostream_backend >> 
wadd_console_log();

Description

The function constructs sink for the std::wclog stream and adds it to the core

Returns:

Pointer to the constructed sink.


PrevUpHomeNext