vote up 0 vote down star

hi,

I'm looking for a java logging framework which enables to declare your own grammar and automatically generates the associated parser.

Ideally, I would like to use log4j and generates a parser and then be able to manipulate these logs as objects.

I've seen there's a scanner generator for log4j based on events but no parser.

I guess they've a parser inside Chainsaw but i wasn't able to find it.

thanks.

flag

61% accept rate
What's the purpose? can you give some example of what, syntactically, you'd like to do? – Steve B. Sep 1 at 16:05

1 Answer

vote up 1 vote down check

I am not aware of a logging framework like this. If I were doing this, I would setup log4j to log XML or use the built in database appender. From there it would be pretty easy to write a parser to generate objects.

link|flag
I didn't know the DBAppender class. I'm going to use it...thank, – LB Sep 1 at 17:48

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.