]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/boost/test/unit_test_log.hpp
update sources to ceph Nautilus 14.2.1
[ceph.git] / ceph / src / boost / boost / test / unit_test_log.hpp
index 4e6a97b3c291569abed0a7a10f03051ad4655170..6944ffa79a0f85cf976d84e502f3f44959ce6b3f 100644 (file)
@@ -137,6 +137,13 @@ public:
     //! @par Since Boost 1.62
     void                set_stream( output_format, std::ostream& );
 
+    //! Returns a pointer to the stream associated to specific logger
+    //!
+    //! @note Returns a null pointer if the format is not found
+    //! @par Since Boost 1.67
+    std::ostream*       get_stream( output_format ) const;
+
+
     //! Sets the threshold level for all loggers/formatters.
     //!
     //! This will override the log level of all loggers, whether enabled or not.