7#ifndef KEA_CHRONO_TIME_UTILS_H
8#define KEA_CHRONO_TIME_UTILS_H
28std::string
clockToText(std::chrono::system_clock::time_point t,
41template<
typename Duration>
const size_t MAX_FSECS_PRECISION
The number of digits of fractional seconds supplied by the underlying class, boost::posix_time.
std::string durationToText(boost::posix_time::time_duration dur, size_t fsecs_precision=MAX_FSECS_PRECISION)
Converts StatsDuration to text.
std::string clockToText(std::chrono::system_clock::time_point t, size_t fsecs_precision)
Converts chrono time point structure to text.
Defines the logger used by the top-level component of kea-lfc.