summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/Application.cpp
diff options
context:
space:
mode:
authorDwayne Boone <dwayne@zeroc.com>2009-04-03 13:00:44 -0230
committerDwayne Boone <dwayne@zeroc.com>2009-04-03 13:00:44 -0230
commit797ff949357d15973f3d1a25567f9e21a6380390 (patch)
treed5a3d33784d90e10227fcf63eb4261e649bb9a45 /cpp/src/Ice/Application.cpp
parentBug 3800 - remove unecessary metadata (diff)
downloadice-797ff949357d15973f3d1a25567f9e21a6380390.tar.bz2
ice-797ff949357d15973f3d1a25567f9e21a6380390.tar.xz
ice-797ff949357d15973f3d1a25567f9e21a6380390.zip
Bug 3911 - Added ability to write logger output to file
Diffstat (limited to 'cpp/src/Ice/Application.cpp')
-rw-r--r--cpp/src/Ice/Application.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/Ice/Application.cpp b/cpp/src/Ice/Application.cpp
index 09047eee55e..5a2a80805f0 100644
--- a/cpp/src/Ice/Application.cpp
+++ b/cpp/src/Ice/Application.cpp
@@ -553,7 +553,7 @@ Ice::Application::mainInternal(int argc, char* argv[], const InitializationData&
//
if(LoggerIPtr::dynamicCast(getProcessLogger()))
{
- setProcessLogger(new LoggerI(initData.properties->getProperty("Ice.ProgramName")));
+ setProcessLogger(new LoggerI(initData.properties->getProperty("Ice.ProgramName"), ""));
}
_application = this;