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 for the latest Boost documentation.
PrevUpHomeNext

Function template format

boost::log::expressions::format

Synopsis

// In header: <boost/log/expressions/formatters/format.hpp>


template<typename CharT> 
  phoenix::actor< format_terminal< CharT > > format(const CharT * fmt);

Description

The function generates a terminal node in a template expression. The node will perform log record formatting according to the provided format string.


PrevUpHomeNext