summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/LoggerI.h
diff options
context:
space:
mode:
authorJose <jose@zeroc.com>2009-11-03 01:01:11 +0100
committerJose <jose@zeroc.com>2009-11-03 01:01:11 +0100
commit1d5da5b2d464872a8e49c49b973db548413e3859 (patch)
tree3a2bc9bce115b1299e925fde93f6d6e1cd802857 /cpp/src/Ice/LoggerI.h
parentFixed bug 4346 - gcc 4.3.4 warnings (diff)
downloadice-1d5da5b2d464872a8e49c49b973db548413e3859.tar.bz2
ice-1d5da5b2d464872a8e49c49b973db548413e3859.tar.xz
ice-1d5da5b2d464872a8e49c49b973db548413e3859.zip
2589 - Bogus Ice.ProgramName value for IceBox service.
Diffstat (limited to 'cpp/src/Ice/LoggerI.h')
-rw-r--r--cpp/src/Ice/LoggerI.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/cpp/src/Ice/LoggerI.h b/cpp/src/Ice/LoggerI.h
index f3d849609b8..880922b5150 100644
--- a/cpp/src/Ice/LoggerI.h
+++ b/cpp/src/Ice/LoggerI.h
@@ -28,6 +28,7 @@ public:
virtual void trace(const std::string&, const std::string&);
virtual void warning(const std::string&);
virtual void error(const std::string&);
+ virtual LoggerPtr cloneWithPrefix(const std::string&);
private:
@@ -35,6 +36,7 @@ private:
std::string _prefix;
std::fstream _out;
+ std::string _file;
};
typedef IceUtil::Handle<LoggerI> LoggerIPtr;