From e8d130e7c6b2ff2a941372f386ee46fe8a95f218 Mon Sep 17 00:00:00 2001 From: Samuel Mehrbrodt Date: Thu, 25 Oct 2018 20:18:04 +0200 Subject: Log unopkg errors to log file if requested Before only the output generated by extension add/remove/... functions were logged to file, but not the error messages of unopkg itself. Change-Id: I4451aa51e2877ae48c453ee4791e36d970832567 Reviewed-on: https://gerrit.libreoffice.org/62369 Tested-by: Jenkins Reviewed-by: Samuel Mehrbrodt --- comphelper/source/misc/logging.cxx | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'comphelper') diff --git a/comphelper/source/misc/logging.cxx b/comphelper/source/misc/logging.cxx index 5b6c6bc6fda2..68aa28b2b3ac 100644 --- a/comphelper/source/misc/logging.cxx +++ b/comphelper/source/misc/logging.cxx @@ -89,6 +89,11 @@ namespace comphelper return false; } + const css::uno::Reference EventLogger::getLogger() + { + return m_pImpl->getLogger(); + } + namespace { -- cgit v1.2.3