log4net has a RabbitMQ appender, so that messages go to a RabbitMQ queue. http://nuget.org/packages/log4net.RabbitMQAppender http://www.rabbitmq.com/
Maybe that will help you? Regards, Tristan. On Fri, Apr 6, 2012 at 11:20 PM, Dave Walker <[email protected]> wrote: > Hey guys, > > looking for ideas or proven experiences involving logging from larger > applications e.g. 200+ web nodes. Our current system of log4net into files > on each server is quickly proving to be a nightmare - We are struggling to > find out when, where, how and why things are breaking because of the rapid > growth we have experienced. > > E.g. things we have thought about include log4net into a DB that we can > pull into a centralised location, MSMQ, file watchers etc. > > What have you guys done in the past? > > Thanks, > Dave Walker
