Is there any gui tool out there to statically parse logs, pulling out
only the information I specify. It could be done by assuming logging
messages are blank line bounded for instance and a search string for the
message could be defined with a regular expression. In my case the
search string would be the session id so I could see only the logging
thread that pertained to the user that generated an error.
As a twist I'd like the tool to be able to get information from multiple
machines' log files and to make sure the output remains in chronological
order.
I'm thinking of writing something quick and dirty to do this if there's
nothing out there.
Alan