mirror of
https://github.com/vdemydiuk/mtapi.git
synced 2026-08-01 04:57:46 +00:00
Add a advanced example
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.
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
function clearLogger(name)
|
||||
[~, destructor] = logging.getLogger(name);
|
||||
destructor();
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user