#include <boost/log/detail/config.hpp>
#include <boost/log/attributes/attribute.hpp>
#include <boost/log/attributes/attribute_value.hpp>
#include <boost/log/attributes/attribute_cast.hpp>
#include <boost/log/attributes/attribute_value_impl.hpp>
#include <boost/log/attributes/time_traits.hpp>
#include <boost/log/detail/header.hpp>
#include <boost/log/detail/footer.hpp>
Classes | |
class | boost::attributes::basic_clock< TimeTraitsT > |
A class of an attribute that makes an attribute value of the current date and time. More... | |
struct | boost::attributes::basic_clock< TimeTraitsT >::impl |
Attribute factory implementation. More... | |
Namespaces | |
boost | |
Duration formatting facet for input. | |
boost::attributes | |
Typedefs | |
typedef basic_clock < utc_time_traits > | boost::attributes::utc_clock |
Attribute that returns current UTC time. More... | |
typedef basic_clock < local_time_traits > | boost::attributes::local_clock |
Attribute that returns current local time. More... | |
The header contains wall clock attribute implementation and typedefs.