ProductionStackTrace icon indicating copy to clipboard operation
ProductionStackTrace copied to clipboard

Converting a log file to get the complete StackTrace with line numbers

Open Pinky-Lad opened this issue 7 years ago • 1 comments

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

Pinky-Lad avatar Jan 08 '18 13:01 Pinky-Lad

You have to split your log and call ExceptionReportInterpreter.Translate for each log entry. ExceptionReportInterpreter will stop processing when it finds the separator, =========.

icnocop avatar Feb 27 '18 04:02 icnocop