aspose file tools
The moose likes Other Open Source Projects and the fly likes Log4J Log File Parser Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Products » Other Open Source Projects
Reply Bookmark "Log4J Log File Parser" Watch "Log4J Log File Parser" New topic
Author

Log4J Log File Parser

Sanjeev Subbaramu
Greenhorn

Joined: Sep 28, 2004
Posts: 1
Folks:
I was told that there is a log4j log file parser java api. If anyone knows can you point me in the right direction?
Thanks
Bear Bibeault
Author and ninkuma
Marshal

Joined: Jan 10, 2002
Posts: 56229
    
  13

Moving to the Open Source Projects forum.


[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
Pavan Panduga
Ranch Hand

Joined: Jun 12, 2002
Posts: 68
when you have used xml pattern, there is a possibility read that log file and load each event into a
org.apache.log4j.spi.LoggingEvent
Object.

But I'm not really sure if that's what you are looking for. If you could provide some more information, may be it'll trigger people to respond with appropriate answers.

OK, looks like
org.apache.log4j.xml.XMLDecoder
is available in log4j1.3, It might help you to look at the source code.

Regards,
[ October 05, 2004: Message edited by: Pavan Kumar Panduga ]
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Log4J Log File Parser
 
Similar Threads
Log message is not diplaying in my project using struts framework
log file path in weblogic
Not able to save logs into .log file
creating a log file for my servlet
log4j - different log file based on Threshold value