BJBear
06-29-2004, 01:19 AM
Hi
I found two ways of logging events in Universal Installer.
One is LogService, another is com.installshield.util.Log;
First option works fine. I can write the log messages to the file I designate. The problem is why I cannot use the second one.
my code is listed here,
logEvent(this, Log.WARNING, "Test Log function in CommonDBInstall");
I found two ways of logging events in Universal Installer.
One is LogService, another is com.installshield.util.Log;
First option works fine. I can write the log messages to the file I designate. The problem is why I cannot use the second one.
my code is listed here,
logEvent(this, Log.WARNING, "Test Log function in CommonDBInstall");