You can use a DXL script to enable logging and record transaction activity during a
session in the IBM®
Rational®
DOORS® client.
Before you begin
If DXL security is enabled, you must be a user with permission to edit and run DXL.
See
Setting up DXL security.
Procedure
- Log in to Rational
DOORS.
- Click .
- Type the following code in the DXL input field. You can substitute a log
file name and location of your choice.
string logfileLocation = "c:\\temp\\doorsclientlog.txt"
int logLevel = 6
startLogging_(logfileLocation, logLevel)
- Click Run.
- Do the operation in the client that you want to debug.
- To stop logging, close the Rational
DOORS client
or turn off logging during your session by typing this DXL command:
stopLogging_()
- If you need help debugging the operation, compress the doorsclientlog.txt
log file and send it to Support.