Process and Thread Safe way to write to multiple files – Asp.net
I have an .ASMX API build using c#/asp.net/.net4.7.2 and it has been set to use 16 threads in IIS. There are various modules that write (only writing, no reading) to multiple log files like so: 2022-06-01-Wed-_ModuleA.log 2022-06-01-Wed-_ModuleB.log I was using…