Closed ShadowKnightMK4 closed 10 months ago
Currently stdout works. Having tested stderr well. File creation works but we're not sending output there for some reason.
This collection of stuff is being handled with the simple console class. Haven't done the csv file yet for it.
did a video showing stdout, saving as unicode text to a file and the excel CSV file. Marking done for now.
Console must support these outputs.
Send to console.out / 'stdout' as plain Unicode Text: Example -> "C:\Windows\notepad.exe."
Send to a target CSV (Excel file) for import later. Code may support indicated which parts to send but the console DOES NOT need it.
Send to a a target unicode text file.