Imported Upstream version 17.25.4
[platform/upstream/libzypp.git] / zypp / base / Measure.h
index b1f9d30..4a82d40 100644 (file)
@@ -74,6 +74,8 @@ namespace zypp
       /** Ctor taking \a ident_r string and auto starts timer. */
       explicit
       Measure( const std::string & ident_r );
+      /** \overload log to custom ostream */
+      Measure( const std::string & ident_r, std::ostream & out_r );
 
       /** Dtor. */
       ~Measure();