Is your feature request related to a problem? Please describe.
Our application can identify areas of concern in a log file, and having the ability to direct the user to the specific line(s) in the source file where the problem occurs would improve the user experience.
Describe the solution you'd like
At a minimum the starting line number added to the GCEvent. Adding an end line is optional, but might be useful.
We currently only use the SingleGCLogFile source in our application, but those using the RotatingGCLogFile may want to have the source filename/path available as well.