This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Assign CCS 5.2 Console Output (CIO) to a Text File Automatically

In CCS 5.2, I can direct console output (CIO) to a text file also by - click Run, Debug Configurations, click the Common tab, then check File and enter the filename in the textbox.  Is there any other way to automate this, say using a GEL file?

  • Hi Mark,

    I can't remember if there is a GEL call butI know there is DSS API for this: beginCIOLogging

    ex (from the scripting console):

    js:> activeDS.beginCIOLogging("C:/Temp/cio.txt");

    Thanks

    ki