Ok, I see - you were talking about liking the UI. Agreed that the
logging events interface is sockets only, but it would be fairly easy
to either adapt logview for your needs, or to set up some mechanisms
to get log data from wherever + send them to logview via a socket. The
reason I haven't built this kind of functionality into logview is that
it's just meant to be a basic viewer and not anything more
sophisticated, others can build on top of it to support MongoDB, Redis
etc. etc. if they need to. I want to keep the dependencies for logview
simple - Qt as essential and ZeroMQ as optional.
Regards,
Vinay Sajip