This content has been marked as final. 
    
Show                 1 reply
    
- 
        1. Re: Log Analyzer tool for Jbosswdfink Dec 21, 2011 2:12 AM (in response to its_me)I do this by splitting into different logfiles by having different appenders for the different logger categories. Some statistics are created by using unix commands like sed and awk But I think this will extreme depend on your requirements. For example there are implementations which write special log entries that can be easily extracted by grep and converted to csv format. 
 
    