Hi.
I created file to write there logs, but unfortunately there is many different threads that need to write there at the same time, so i get the usual exception that file being use by another process, how can i sidestep that problem? (it must to happen at parallel not in sequence).
Thanks.