disable log_info when calling Model
Posted: Sat Sep 05, 2020 4:41 am
Hello all,
I am using Matlab and C++ mexplus interface to do some optimization which involves iteratively calling
Model(const std::string& filename)
this results in thousands of "Loaded model XXX from file XXX.osim" printed on my Matlab command window. Is there a good way to disable log_info when I can call Model?
Kaiwen
I am using Matlab and C++ mexplus interface to do some optimization which involves iteratively calling
Model(const std::string& filename)
this results in thousands of "Loaded model XXX from file XXX.osim" printed on my Matlab command window. Is there a good way to disable log_info when I can call Model?
Kaiwen