-Dcom.ibm.CORBA.Debug.Output
This system property redirects Object Request Broker (ORB) trace output to a file, which is known as a trace log.
- -Dcom.ibm.CORBA.Debug.Output=filename
- Where filename is the name you want to specify for your trace log. If this
property is not specified or the value of filename is empty, the file name
defaults to the following format:
Where:orbtrc.DDMMYYYY.HHmm.SS.txt- D = day
- M = month
- Y = year
- H = hour (24 hour format)
- M = minutes
- S = seconds