On Mon, Oct 11, 2010 at 02:45:49PM +0100, Chris Yocum wrote:
> Dear Everyone,
> 
> I just wanted to let Ocaml'ers know that I am currently working on an
> apache combined log parser.  It is still in very early stages of
> development but patches/comments/feature requests/bug reports are very
> welcome.  The code lives on github (http://github.com/cyocum/OPLP).
[...]

Aha... long ago I had done something similar, and it had an sql-like
language for using it.

The annoyance (and advantage ;)) with the apache logfiles is, that there
are many "standard" formats, and you also can design your own output format.

So it would make sense (I didn't do that) to parse the apache config files,
and create a logparser from that information...

Do you have planned to do this, or do you want to stick with some of the
most used formats?

Ciao,
   Oliver

_______________________________________________
Caml-list mailing list. Subscription management:
http://yquem.inria.fr/cgi-bin/mailman/listinfo/caml-list
Archives: http://caml.inria.fr
Beginner's list: http://groups.yahoo.com/group/ocaml_beginners
Bug reports: http://caml.inria.fr/bin/caml-bugs

Reply via email to