Hello All ,
I have build one carbon dll using Xcode 2.4 in release mode and calling it in one of my indesign plugin which is also build in release mode . I want to trace the variable values in my dll. Which function I should use to display values on to the console window.
I have tried with syslog(LOG_INFO,"text is %s",DataString);
But this is not working. Any other settings are necessary to view the log.
Please tell me which function I should use to display the log on the console window.
Thanks,
Pallavi.
I have build one carbon dll using Xcode 2.4 in release mode and calling it in one of my indesign plugin which is also build in release mode . I want to trace the variable values in my dll. Which function I should use to display values on to the console window.
I have tried with syslog(LOG_INFO,"text is %s",DataString);
But this is not working. Any other settings are necessary to view the log.
Please tell me which function I should use to display the log on the console window.
Thanks,
Pallavi.