I have several .net applications (~100) that I am responsible for overseeing. Some of them have logging to database others have logging to event viewer and others to flat files. Several logging frameworks such as log4net, enterprise library as well as several in-house legacy logging frameworks no one knows how work exactly.
My systems are mainly webservices and smartclients.
I need a way to consolidate the logging from all these systems and different loggers to some unit that provides me with an overview of what is going on. I stumbled upon l4ndash which looks promising but I can't shake the feeling that l4ndash is built to provide overview for one single application. Can anyone elaborate on that? As I have so many systems is it possible to use anything else already out there?
Anything helps.