0

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?

Warpin
  • 6,971
  • 12
  • 51
  • 77

1 Answers1

0

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

Paulo Scardine
  • 73,447
  • 11
  • 124
  • 153