• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Write a log-file parser

 
Greenhorn
Posts: 19
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi guys,

This is my first post to this forum.

I have a task of creating a Log-Analyser, which parses log files, these log files are created by our own application so they are not standard log files.

To get an overview of a parser type application, I want to take a look at some examples, e.g. some log file parsers implemented in java. I did find some http or firewall log file parsers, but it is not what I am looking for. Ofcourse, my log files are different so I just want to see the organisation of such parsers, I cannot reuse the program itself.

Can anyone point me to such Open Source projects or examples ?

thanks,
Hardik
[ September 20, 2006: Message edited by: Hardik Mehta ]
reply
    Bookmark Topic Watch Topic
  • New Topic