views:

56

answers:

2
+3  Q: 

LogParser for Java

I just read this post and i wonder if there is something like this for querying jboss log file.

+2  A: 

JBoss logs using Log4j, and Chainsaw is a parser/GUI for Log4j

Brian Agnew
A: 

Try Chainsaw V2 - the supported expression syntax used to filter, search and colorize rows isn't SQL based, but provides a good amount of functionality (regexp queries, exists (not null), relational operators, etc).

You can view information on the expression syntax from the help/tutorial menu.

Chainsaw V2's home page: http://logging.apache.org/chainsaw/

You can run Chainsaw V2 via web start from the 'download' link on that page.

Scott