Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
Pinky-Lad opened this issue Jan 8, 2018 · 1 comment

Comments

@Pinky-Lad
Copy link

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

@icnocop
Copy link

icnocop commented Feb 27, 2018

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants