boost::log::sinks::file::rotation_at_time_interval
// In header: <boost/log/sinks/text_file_backend.hpp> class rotation_at_time_interval { public: // types typedef bool result_type; // construct/copy/destruct explicit rotation_at_time_interval(posix_time::time_duration const &); // public member functions bool operator()() const; };