Retrieve name of log file used by MATLAB Runtime
const char* mclGetLogFileName()
Use mclGetLogFileName()
to retrieve the name
of the log file used by the MATLAB® Runtime. Returns a character
string representing log file name used by MATLAB Runtime.
printf("Logfile name : %s\n",mclGetLogFileName());