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
I don't know if this is related to #7, but I believe SLF4M is broken in MATLAB 2020a. I just upgraded from 2018b and now when I execute
logger.info('test')
I receive
Error using logger.internal.LibraryInitializer.initLibrary (line 46)
Invalid default value for property 'initializer' in class 'logger.Logger':
Undefined function 'readdir' for input arguments of type 'char'.
Error in logger.internal.LibraryInitializer (line 12)
logger.internal.LibraryInitializer.initLibrary;
Error in loggerCallImpl (line 42)
loggerObj = logger.Logger.getLogger(callerId);
Error in logger.info (line 14)
loggerCallImpl('info', msg, varargin);
The text was updated successfully, but these errors were encountered:
SLF4M is still totally busted in R2021a and later (see here: #7), because Java logging stuff. Still trying to work that out. Sorry there. Fix soon, I think
I don't know if this is related to #7, but I believe SLF4M is broken in MATLAB 2020a. I just upgraded from 2018b and now when I execute
I receive
The text was updated successfully, but these errors were encountered: