Logger cleanup, remove redundant WriteToFile method

This commit is contained in:
n00mkrad
2025-11-09 16:16:42 +01:00
parent 094dea9059
commit c52e2abde9
2 changed files with 16 additions and 44 deletions

View File

@@ -52,7 +52,7 @@ namespace Flowframes.Os
Config.Set("compressedPyVersion", Updater.GetInstalledVer().ToString());
Logger.Log("Done compressing python runtime.");
Logger.WriteToFile(compactOutput, true, "compact");
Logger.LogToFile(compactOutput, noLineBreak: false, filename: "compact");
}
catch { }
Program.mainForm.SetWorking(false);