Group: Forum Members
Posts: 36,
Visits: 115
|
Hi,
I'm currently evaluating your product, seems promising. We have a complex, JSON-based log file format in our company, I was able to parse it with a custom parser DLL. The grid view shows the relevant values from the log, but due to the complexity of the log-entries, it is impossible to show all values in the grid, especially when the entry contains sub objects, for example serialized exception data or payload-objects.
So I was thinking about reformatting the log entry in a text only format and display it in the bottom area of the logviewer window. I have set the property LogEntry.OriginalLogEntry to this reformatted text, but the logviewer always displays the data readed from the log file. Is there a possibility to show custom text in the bottom area of the log viewer? Another question, it would be great if the log entries in the grid could be double clicked, notifying a plugin about this event. One could then extend logview plus with a UI especially designed to visualize the whole log entry. This would be very useful for complex log entries.
Thanks for your answers
|