You can enable logging so that a computer can record transaction activity
during a session in the IBM® Rational® DOORS® client. When you close the session, logging is disabled.
Before you begin
- To log client activity, you must be able to start the client and log
in.
- If DXL security is set up, only users who have Edit DXL power can edit
and run the DXL code to enable logging.
Procedure
- Log in to Rational DOORS.
- Click .
- Type string logfileLocation =
"c:\\temp\\doorsclientlog.txt" int logLevel = 6
startLogging_(logfileLocation, logLevel) .
- Click Run.
- Complete the steps that results in the unexpected behavior that you want to
record.
- Close Rational DOORS.
- Compress the doorsclientlog.txt client
log file and submit it to Rational Support.
- Disable logging by closing the client.
Tip: You can also turn off logging during your session by typing
this DXL command:
stopLogging_()