views:

5

answers:

1

My application generates a bunch of events at different moments. Events have a timestamp, a duration, a type (error/warning/normal), a description, etc.

Is there any application which can take in data (probably from xml files) containing this type of event information, and displays in in a table, with search range by date, etc?

A: 

Why don't you log directly to a database instead?

Paulo Scardine
If I did, would there be a viewer tool which can help me?
Martin
you can resort to any report engine you like. I can't suggest one without knowing what language and database are you using.
Paulo Scardine
For Java there is the wonderful JasperReports.
Paulo Scardine
if it is for ad-hoc queries, you can just link to your log database using ODBC and sort out data using MS Access or Excel.
Paulo Scardine