> From: Alan Brown [mailto:[EMAIL PROTECTED] > > 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.
If you can live without a gui, then grep is your ultimate solution. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
