mirror of
https://github.com/vdemydiuk/mtapi.git
synced 2026-07-28 11:07:48 +00:00
76a6216cf7
It uses its own API which I packed between MTApi5 and MatLab. Possible that this is useless, but errors from the .NET assembly are more tradable.
6 lines
97 B
Matlab
6 lines
97 B
Matlab
function clearLogger(name)
|
|
[~, destructor] = logging.getLogger(name);
|
|
destructor();
|
|
end
|
|
|