summaryrefslogtreecommitdiff
path: root/comphelper/source/misc/logging.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'comphelper/source/misc/logging.cxx')
-rw-r--r--comphelper/source/misc/logging.cxx5
1 files changed, 5 insertions, 0 deletions
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<css::logging::XLogger> EventLogger::getLogger()
+ {
+ return m_pImpl->getLogger();
+ }
+
namespace
{