What's a good approach for a single logging page

Hello.

I created something that needed some logging for a short time. I wanted to use a single wiki page. Easy to handle, to watch and get notified. Errors will occur in velocity context.

I see two options:

  1. read current content of the logging page, prepend the new error string and save it
  2. or add another object with the error string to the logging page and list them all in live data

What do you think are the advantages and disadvantages?

Regards, Simpel