dbminter Posted March 21, 2018 Posted March 21, 2018 Every time ImgBurn generates a line in the log, does it write the log to the disc each time? Or does it queue the entire log until the operation is completed and then the log file is written to disc? If it writes the log only after an operation is completed, might I suggest that ImgBurn write to the log file each time it generates an output message? That way, if an operation fails due to a command that never completes, the log can still be viewable.
LIGHTNING UK! Posted March 21, 2018 Posted March 21, 2018 It saves the contents of the log window to the file when it's closed down. So you'd only lose it by terminating the process in task manager or wherever.
dbminter Posted March 22, 2018 Author Posted March 22, 2018 Ah, then might i again suggest that each line be written to the log on disk as it's generated in case someone does have to terminate the application? I suggested this because someone else posted a problem where they couldn't post a log because they had to terminate a locked up ImgBurn.
LIGHTNING UK! Posted March 22, 2018 Posted March 22, 2018 The only way that would work is if it saved to a secondary log file. The layout of the current one doesn’t lend itself to writing line by line.
dbminter Posted March 22, 2018 Author Posted March 22, 2018 Ah, that's a shame. I remember 22 years ago, mIRC used to queue an entire log before writing it to disk after the chat window was closed. Unfortunately, the application would frequently crash when the log size reached a certain limit, losing the log. It eventually was changed to write each line of the chat window to the log on disc after it was sent. This prevented the loss of chat logs.
LIGHTNING UK! Posted March 22, 2018 Posted March 22, 2018 Just to explain that, it's due to the entire log from the most recent instance of ImgBurn being saved at the top of the file (but still with individual lines in oldest to newest order), rather than the bottom. I'd need to just be able to append to it so as to avoid writing out the entire file to the disc each time a line gets added.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now