senf::log::SystemTimeSource Struct Reference
[Configuration]

Default log message time source. More...

#include <senf/Utils/Logger/TimeSource.hh>

Inheritance diagram for senf::log::SystemTimeSource:
Inheritance graph
[legend]

List of all members.


Detailed Description

Default log message time source.

This time source is installed by default and uses gettimeofday() (via the Boost.DateTime library) to get the current universal time.

Definition at line 67 of file TimeSource.hh.


Public Member Functions

virtual time_type  operator() () const

Member Function Documentation

senf::log::time_type senf::log::SystemTimeSource::
operator() ()

Implements senf::log::TimeSource.

Definition at line 46 of file TimeSource.cc.


The documentation for this struct was generated from the following files: