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 message

boost::log::expressions::tag::message

Synopsis

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


struct message : public keyword_descriptor {
  // types
  typedef void                                      attribute_type;
  typedef mpl::vector2< std::string, std::wstring > value_type;    

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

Description

Generic log message attribute descriptor.

message public static functions

  1. static attribute_name get_name();

PrevUpHomeNext