![]() |
Andrey Semashev
01.12.2007
The header contains wall clock attribute implementation and typedefs.
namespace boost { namespace log { namespace attributes { template<typename TimeTraitsT> class basic_clock; typedef basic_clock< utc_time_traits > utc_clock; // Attribute that returns current UTC time. typedef basic_clock< local_time_traits > local_clock; // Attribute that returns current local time. } } }