Home
last modified time | relevance | path

Searched refs:rotation_at_time_point (Results 1 – 9 of 9) sorted by relevance

/third_party/boost/boost/log/sinks/
Dtext_file_backend.hpp226 class rotation_at_time_point class
253 …BOOST_LOG_API explicit rotation_at_time_point(unsigned char hour, unsigned char minute, unsigned c…
263 BOOST_LOG_API explicit rotation_at_time_point(
277 BOOST_LOG_API explicit rotation_at_time_point(
/third_party/boost/libs/log/example/doc/
Dtutorial_file.cpp44 keywords::time_based_rotation = sinks::file::rotation_at_time_point(0, 0, 0),
64 …keywords::time_based_rotation = sinks::file::rotation_at_time_point(0, 0, 0), /*< ...or at midnigh… in init()
Dsinks_file.cpp33 …keywords::time_based_rotation = sinks::file::rotation_at_time_point(12, 0, 0) /*< ...or every day… in init_logging()
/third_party/boost/libs/log/src/
Dtext_file_backend.cpp1061 BOOST_LOG_API rotation_at_time_point::rotation_at_time_point( in rotation_at_time_point() function in boost::sinks::file::rotation_at_time_point
1077 BOOST_LOG_API rotation_at_time_point::rotation_at_time_point( in rotation_at_time_point() function in boost::sinks::file::rotation_at_time_point
1094 BOOST_LOG_API rotation_at_time_point::rotation_at_time_point( in rotation_at_time_point() function in boost::sinks::file::rotation_at_time_point
1111 BOOST_LOG_API bool rotation_at_time_point::operator()() const in operator ()()
/third_party/boost/libs/log/src/setup/
Dinit_from_settings.cpp192 sinks::file::rotation_at_time_point param_cast_to_rotation_time_point(const char* param_name, std::…
279 return sinks::file::rotation_at_time_point(weekday.get(), hour, minute, second);
281 … return sinks::file::rotation_at_time_point(gregorian::greg_day(day.get()), hour, minute, second);
283 return sinks::file::rotation_at_time_point(hour, minute, second);
/third_party/boost/libs/log/doc/tmp/
Dsinks_reference.qbk128 …ion_at_time_point[][classref boost::log::sinks::file::rotation_at_time_point rotation_at_time_poin…
/third_party/boost/libs/log/doc/
Dsink_backends.qbk67 sinks::file::rotation_at_time_point(12, 0, 0)
72 sinks::file::rotation_at_time_point(date_time::Tuesday, 0, 0, 0)
76 sinks::file::rotation_at_time_point(date_time::Tuesday)
81 sinks::file::rotation_at_time_point(gregorian::greg_day(1), 0, 0, 0)
85 sinks::file::rotation_at_time_point(gregorian::greg_day(1))
Dchangelog.qbk35 * Fixed that log file rotation on a specific day of month (e.g. `rotation_at_time_point(boost::greg…
/third_party/boost/libs/log/doc/html/
Dlog_HTML.manifest381 boost/log/sinks/file/rotation_at_time_point.html