Which method you will use to create a new file to store some log data. Each time a new log entry is necessary, write string to the file. ?
Sumit Joshi
UTF-8
StreamWriter class can be used.
i will use File.AppendText method to fulfill this requirement