addProcID
cdsLibManager.log addProcID boolean { t | nil }
Description
Specifies whether the process ID is part of the log file name. The default is nil.
The log file name format is baseName[.userID][.hostName][.PID][.sequenceNumber].log.
GUI Equivalent
Examples
envGetVal("cdsLibManager.log" "addProcID")
envSetVal("cdsLibManager.log" "addProcID" 'boolean t)
Related Topics
Using UNIX to Add Settings to a .cdsenv File
Return to top