Possible Duplicate:
Elegant Log Window in WinForms C#
I need a log-viewer to check the DB for new logs every few seconds and append them to a WinForms or WPF control. The control can have a buffer like command prompt and keep only the last [buffer size] lines.
What can I use for this?