added Target::setInstallationLogfile to set the RPM log
[platform/upstream/libzypp.git] / zypp / target / TargetImpl.cc
index 139c91c..f49c732 100644 (file)
@@ -348,6 +348,12 @@ namespace zypp
        return NULL;
     }
 
+    /** Set the log file for target */
+    bool TargetImpl::setInstallationLogfile(const Pathname & path_r)
+    {
+      return rpm::RpmDb::setInstallationLogfile(path_r);
+    }
+
 //-----------------------------------------------------------------------------
 /******************************************************************
 **