LogParser for Java

I just read this post and I am wondering if there is something similar for querying the jboss log file.

+3
source share
3 answers

Try Chainsaw V2 - the supported expression syntax used to filter, search, and colorize strings is not SQL-based, but provides sufficient functionality (regular queries, non-null queries, relational operators, etc.).

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

Chainsaw V2 Homepage: http://logging.apache.org/chainsaw/

Chainsaw V2 - "" .

0

OtrosLogViewer, apache. Chainsaw.

+5

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

+2
source

Source: https://habr.com/ru/post/1740775/


All Articles