In C# code, I want create a log file for each each method in my application, while normally only 1 log file is created per application. I need to specify the log file name in my method call and if its not created I create a new file and if it exists i just append the messages to the existing file?
Share
Try checking this out and see if it helps:
Link