Searched refs:rotation_at_time_point (Results 1 – 9 of 9) sorted by relevance
/third_party/boost/boost/log/sinks/ |
D | text_file_backend.hpp | 226 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/ |
D | tutorial_file.cpp | 44 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()
|
D | sinks_file.cpp | 33 …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/ |
D | text_file_backend.cpp | 1061 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/ |
D | init_from_settings.cpp | 192 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/ |
D | sinks_reference.qbk | 128 …ion_at_time_point[][classref boost::log::sinks::file::rotation_at_time_point rotation_at_time_poin…
|
/third_party/boost/libs/log/doc/ |
D | sink_backends.qbk | 67 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))
|
D | changelog.qbk | 35 * 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/ |
D | log_HTML.manifest | 381 boost/log/sinks/file/rotation_at_time_point.html
|