I am looking at examples of well designed and easy to use log viewers as some examples for a web application I am working on.
The web application has a logging system that logs events on various severity levels: critical, error, warning and info. Along with that, some errors may have a filename and line number stored. Others will have an ID that points to an object (could be a user, a group, anything) in the system.
I have searched for interesting and easy to use log viewers but they all seem to be a list of time sorted messages with a few columns representing other pieces of related data. Some might have controls to filter the logs, and some might even have a search box for quick filter.
For example:

Did you ever across any log viewers that does not have an interface that fits into the traditional 'mould' of log viewers and exhibits superior UX?


