I'm using slf4j + Logback in a Spring Web MVC project. Besides logging to stdout using the "ConsoleAppender", I had the idea of seeing the same logs on a webpage (think of an admin area inside my Spring Web MVC project. Are there already such kind of see-your-logs-as-HTML implementations available for Logback?
On-demand generation of log website would be great, fallback to static HTML would also be okay.