You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At a certain time point of the function I get the following error message.
Error using fprintf
Invalid file identifier. Use fopen to generate a valid file identifier.
Error in logging/writeLog (line 173)
fprintf(self.logfid, logline);
Error in logging/info (line 104)
self.writeLog(self.INFO, caller_name, message);
Error in dataComb (line 5)
during a simply task
Lg.info(['color ' int2str(kcolor) '_' curr_col]);
Thank you
The text was updated successfully, but these errors were encountered:
apw10
changed the title
Error "Invalid file identifier" (adapted logging4matlab-version)
Error "Invalid file identifier"
Dec 20, 2017
Hello,
I use Matlab 2017b at Windows 7 and I used the logger in the following way
At a certain time point of the function I get the following error message.
during a simply task
Lg.info(['color ' int2str(kcolor) '_' curr_col]);
Thank you
The text was updated successfully, but these errors were encountered: