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

Struct smessage

boost::log::expressions::tag::smessage

Synopsis

// In header: <boost/log/expressions/message.hpp>


struct smessage : public keyword_descriptor {
  // types
  typedef void        attribute_type;
  typedef std::string value_type;    

  // public static functions
  static attribute_name get_name();
};

Description

Narrow character log message attribute descriptor.

smessage public static functions

  1. static attribute_name get_name();

PrevUpHomeNext