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 local_time_traits

boost::log::attributes::local_time_traits — Time traits that describes local time acquirement via Boost.DateTime facilities.

Synopsis

// In header: <boost/log/attributes/time_traits.hpp>


struct local_time_traits : public basic_time_traits {

  // public static functions
  static time_type get_clock();
};

Description

local_time_traits public static functions

  1. static time_type get_clock();

    Returns:

    Current time stamp


PrevUpHomeNext