Enabling transaction logging in the Rational DOORS Rational DOORS client

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

Procedure

  1. Log in to Rational DOORS.
  2. Click Help > Edit DXL.
  3. Type string logfileLocation = "c:\\temp\\doorsclientlog.txt" int logLevel = 6 startLogging_(logfileLocation, logLevel) .
  4. Click Run.
  5. Complete the steps that results in the unexpected behavior that you want to record.
  6. Close Rational DOORS.
  7. Compress the doorsclientlog.txt client log file and submit it to Rational Support.
  8. Disable logging by closing the client.
    Tip: You can also turn off logging during your session by typing this DXL command:
     stopLogging_()

Feedback