MATLABfromCSharp.MainControl.saveCurrentLog C# (CSharp) Method

saveCurrentLog() public method

Calls the LogSystem.Save method.
public saveCurrentLog ( string filePath ) : void
filePath string The path to where the file will be written.
return void
        public void saveCurrentLog(string filePath)
        {
            LogSystem.SaveLog(filePath);
        }