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.