I am not able to convert a full log file. It converts only the first log in the file. The rest of the log information is not converted. What am I missing?
1.txt
You have to split your log and call ExceptionReportInterpreter.Translate for each log entry.
ExceptionReportInterpreter will stop processing when it finds the separator, =========.
I am not able to convert a full log file. It converts only the first log in the file. The rest of the log information is not converted. What am I missing? 1.txt