Searched refs:time_based_rotation (Results 1 – 7 of 7) sorted by relevance
/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/boost/log/keywords/ |
D | time_based_rotation.hpp | 32 BOOST_PARAMETER_KEYWORD(tag, time_based_rotation)
|
/third_party/boost/boost/log/sinks/ |
D | text_file_backend.hpp | 580 args[keywords::time_based_rotation | time_based_rotation_predicate()], in construct() 591 time_based_rotation_predicate const& time_based_rotation,
|
/third_party/boost/libs/log/src/ |
D | text_file_backend.cpp | 1295 time_based_rotation_predicate const& time_based_rotation, in construct() argument 1303 set_time_based_rotation(time_based_rotation); in construct()
|
/third_party/boost/libs/log/doc/ |
D | sink_backends.qbk | 105 keywords::time_based_rotation = &is_it_time_to_rotate
|
D | changelog.qbk | 347 …longer available. The same functionality is achieved with the new `time_based_rotation` keyword an…
|