Search code examples
javasqllogginglogparser

LogParser for Java


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


Solution

  • 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.