Main Content
mclGetLogFileName
Retrieve name of log file used by MATLAB Runtime
Synopsis
const char* mclGetLogFileName()
Description
Use mclGetLogFileName()
to retrieve the name of the log file used by the
MATLAB® Runtime. The function returns a character string representing log file name
used by MATLAB Runtime.
Examples
printf("Logfile name : %s\n",mclGetLogFileName());
Version History
Introduced in R2009a