Tag Archive for 'log4net'

How to use Log4net in a performance clustered environment

Dear Lazyweb,

We use log4net as a logging mechanism for a high performance transactional system extensively, but the problem we’ve been having lately is that the log files are often spread accross multiple clustered machines.

Is there a simple way to get performant centralized logging using log4net accross a clustered web server environment?

Update: Not sure if it’s quite a simple way to go, but this has definitely already been done using a RemotingAppender and corresponding sink.