Is there anyway to parse log4j files in your source code directly? I know that there are software's (chainsaw, otroslogviewer) that help you view them outside however looking for something that will help you do it within java code (and maybe return a Log object or something for every entry parsed?)
Asked
Active
Viewed 1,208 times
2
-
2Check answer on topic Parsing Log4j Layouts from Log Files: http://stackoverflow.com/questions/6623974/parsing-log4j-layouts-from-log-files/6624135#6624135 – KrzyH Sep 10 '12 at 16:26