diff options
author | Michi Henning <michi@zeroc.com> | 2005-01-13 07:16:45 +0000 |
---|---|---|
committer | Michi Henning <michi@zeroc.com> | 2005-01-13 07:16:45 +0000 |
commit | 26d464a9e90ec682765772250e6634be625f42d1 (patch) | |
tree | 92a2f0370e758f28db8283b1442d4e511df61462 /cpp/src/Ice/LoggerI.h | |
parent | Fixed bug in the way the arguments were passed to a service. I'm not sure (diff) | |
download | ice-26d464a9e90ec682765772250e6634be625f42d1.tar.bz2 ice-26d464a9e90ec682765772250e6634be625f42d1.tar.xz ice-26d464a9e90ec682765772250e6634be625f42d1.zip |
Added print() operation to Ice::Logger and changed icepatch2server to use
logger instead of writing to stderr.
Diffstat (limited to 'cpp/src/Ice/LoggerI.h')
-rw-r--r-- | cpp/src/Ice/LoggerI.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/src/Ice/LoggerI.h b/cpp/src/Ice/LoggerI.h index 3b1c7e792cf..78703afd0c9 100644 --- a/cpp/src/Ice/LoggerI.h +++ b/cpp/src/Ice/LoggerI.h @@ -22,6 +22,7 @@ public: LoggerI(const std::string&, bool); + virtual void print(const std::string&); virtual void trace(const std::string&, const std::string&); virtual void warning(const std::string&); virtual void error(const std::string&); |