VB.Net Windows Forms application. I'm making my own log text file (AppName.log) to log the application errors and maybe some other stuff just to note the date/time when the event happened. Do I need to have a separate log file for each user to avoid any writing conflicts if two users need to write to the same log file at the same time? I plan on having the log file open for a short a period as possible. Maybe put the open and write in a try catch block and retry after a second or two.
Auguy
Sylvania/Toledo Ohio
Auguy
Sylvania/Toledo Ohio