summaryrefslogtreecommitdiff
path: root/py/python/Ice.py
diff options
context:
space:
mode:
Diffstat (limited to 'py/python/Ice.py')
-rw-r--r--py/python/Ice.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/py/python/Ice.py b/py/python/Ice.py
index 6371f57c815..e1d2d8ff442 100644
--- a/py/python/Ice.py
+++ b/py/python/Ice.py
@@ -618,6 +618,10 @@ class LoggerI(Logger):
def error(self, message):
return self._impl.error(message)
+ def cloneWithPrefix(self, prefix):
+ logger = self._impl.cloneWithPrefix(prefix)
+ return LoggerI(logger)
+
#
# Properties wrapper.
#