I am new to c#. I need to write a method that takes a log file created by a compilation output and figures out the number of errors and warnings. I need to scan each line of the log and find the following match: x error(s), y warning(s)I am new to c#. I need to write a method that t