Add UI and ability to show logs

It would be nice if MiniProfiler could show all the log messages associated with the request. That would make it very useful as a quick method of diagnostics.

For the Ruby version railties could hook up the existing message stream. For the .NET one we can add an API for logging.

(as an added bonus it would be handy to have client logging as well)