Mercurial > hg > vamp-build-and-test
comparison DEPENDENCIES/generic/include/boost/log/sinks/text_file_backend.hpp @ 101:c530137014c0
Update Boost headers (1.58.0)
author | Chris Cannam |
---|---|
date | Mon, 07 Sep 2015 11:12:49 +0100 |
parents | 2665513ce2d3 |
children |
comparison
equal
deleted
inserted
replaced
100:793467b5e61c | 101:c530137014c0 |
---|---|
1 /* | 1 /* |
2 * Copyright Andrey Semashev 2007 - 2013. | 2 * Copyright Andrey Semashev 2007 - 2015. |
3 * Distributed under the Boost Software License, Version 1.0. | 3 * Distributed under the Boost Software License, Version 1.0. |
4 * (See accompanying file LICENSE_1_0.txt or copy at | 4 * (See accompanying file LICENSE_1_0.txt or copy at |
5 * http://www.boost.org/LICENSE_1_0.txt) | 5 * http://www.boost.org/LICENSE_1_0.txt) |
6 */ | 6 */ |
7 /*! | 7 /*! |
523 time_based_rotation_predicate const& time_based_rotation, | 523 time_based_rotation_predicate const& time_based_rotation, |
524 bool auto_flush); | 524 bool auto_flush); |
525 | 525 |
526 //! The method sets file name mask | 526 //! The method sets file name mask |
527 BOOST_LOG_API void set_file_name_pattern_internal(filesystem::path const& pattern); | 527 BOOST_LOG_API void set_file_name_pattern_internal(filesystem::path const& pattern); |
528 | |
529 //! Closes the currently open file | |
530 void close_file(); | |
528 #endif // BOOST_LOG_DOXYGEN_PASS | 531 #endif // BOOST_LOG_DOXYGEN_PASS |
529 }; | 532 }; |
530 | 533 |
531 } // namespace sinks | 534 } // namespace sinks |
532 | 535 |