summaryrefslogtreecommitdiff
path: root/boost/log/sinks/text_file_backend.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/log/sinks/text_file_backend.hpp')
-rw-r--r--boost/log/sinks/text_file_backend.hpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/boost/log/sinks/text_file_backend.hpp b/boost/log/sinks/text_file_backend.hpp
index 1d39a633c0..7fe6df80ad 100644
--- a/boost/log/sinks/text_file_backend.hpp
+++ b/boost/log/sinks/text_file_backend.hpp
@@ -1,5 +1,5 @@
/*
- * Copyright Andrey Semashev 2007 - 2014.
+ * Copyright Andrey Semashev 2007 - 2015.
* Distributed under the Boost Software License, Version 1.0.
* (See accompanying file LICENSE_1_0.txt or copy at
* http://www.boost.org/LICENSE_1_0.txt)
@@ -525,6 +525,9 @@ private:
//! The method sets file name mask
BOOST_LOG_API void set_file_name_pattern_internal(filesystem::path const& pattern);
+
+ //! Closes the currently open file
+ void close_file();
#endif // BOOST_LOG_DOXYGEN_PASS
};